From 03283bfbc17d8a6dee5e6976ea888bab0d6d2876 Mon Sep 17 00:00:00 2001 From: Mike McCormack Date: Sun, 19 Mar 2006 12:06:54 +0900 Subject: [PATCH] include: LVSETINFOTIPA does not exist. --- include/commctrl.h | 16 ++-------------- 1 file changed, 2 insertions(+), 14 deletions(-) diff --git a/include/commctrl.h b/include/commctrl.h index 3b3501afd40..305531d6521 100644 --- a/include/commctrl.h +++ b/include/commctrl.h @@ -3243,26 +3243,14 @@ typedef struct tagLVITEMW #define LV_ITEMA LVITEMA #define LV_ITEMW LVITEMW -typedef struct LVSETINFOTIPA -{ - UINT cbSize; - DWORD dwFlags; - LPSTR pszText; - int iItem; - int iSubItem; -} LVSETINFOTIPA, *PLVSETINFOTIPA; - -typedef struct LVSETINFOTIPW +typedef struct LVSETINFOTIP { UINT cbSize; DWORD dwFlags; LPWSTR pszText; int iItem; int iSubItem; -} LVSETINFOTIPW, *PLVSETINFOTIPW; - -#define LVSETINFOTIP WINELIB_NAME_AW(LVSETINFOTIP) -#define PLVSETINFOTIP WINELIB_NAME_AW(PLVSETINFOTIP) +} LVSETINFOTIP, *PLVSETINFOTIP; /* ListView background image structs and constants For _WIN32_IE version 0x400 and later. */ -- 2.11.4.GIT