Module: wine Branch: refs/heads/master Commit: 03283bfbc17d8a6dee5e6976ea888bab0d6d2876 URL: http://source.winehq.org/git/?p=wine.git;a=commit;h=03283bfbc17d8a6dee5e6976...
Author: Mike McCormack mike@codeweavers.com Date: Sun Mar 19 12:06:54 2006 +0900
include: LVSETINFOTIPA does not exist.
---
include/commctrl.h | 16 ++-------------- 1 files changed, 2 insertions(+), 14 deletions(-)
diff --git a/include/commctrl.h b/include/commctrl.h index 3b3501a..305531d 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. */