Add some structure tags.

This commit is contained in:
Rémi Assailly 2004-11-08 20:24:02 +00:00 committed by Alexandre Julliard
parent fac7a5ab8b
commit 327ad5f298

View file

@ -1878,7 +1878,7 @@ typedef struct tagACCEL
#define TPM_NONOTIFY 0x0080 #define TPM_NONOTIFY 0x0080
#define TPM_RETURNCMD 0x0100 #define TPM_RETURNCMD 0x0100
typedef struct typedef struct tagTPMPARAMS
{ {
UINT cbSize; UINT cbSize;
RECT rcExclude; RECT rcExclude;
@ -1899,8 +1899,7 @@ typedef struct tagCOMBOBOXINFO
HWND hwndList; HWND hwndList;
} COMBOBOXINFO, *PCOMBOBOXINFO, *LPCOMBOBOXINFO; } COMBOBOXINFO, *PCOMBOBOXINFO, *LPCOMBOBOXINFO;
/* FIXME: not sure this one is correct */ typedef struct tagMENUITEMINFOA {
typedef struct {
UINT cbSize; UINT cbSize;
UINT fMask; UINT fMask;
UINT fType; UINT fType;
@ -1915,7 +1914,7 @@ typedef struct {
HBITMAP hbmpItem; HBITMAP hbmpItem;
} MENUITEMINFOA, *LPMENUITEMINFOA; } MENUITEMINFOA, *LPMENUITEMINFOA;
typedef struct { typedef struct tagMENUITEMINFOW {
UINT cbSize; UINT cbSize;
UINT fMask; UINT fMask;
UINT fType; UINT fType;