Commit 327ad5f2 authored by Rémi Assailly's avatar Rémi Assailly Committed by Alexandre Julliard

Add some structure tags.

parent fac7a5ab
......@@ -1878,7 +1878,7 @@ typedef struct tagACCEL
#define TPM_NONOTIFY 0x0080
#define TPM_RETURNCMD 0x0100
typedef struct
typedef struct tagTPMPARAMS
{
UINT cbSize;
RECT rcExclude;
......@@ -1899,8 +1899,7 @@ typedef struct tagCOMBOBOXINFO
HWND hwndList;
} COMBOBOXINFO, *PCOMBOBOXINFO, *LPCOMBOBOXINFO;
/* FIXME: not sure this one is correct */
typedef struct {
typedef struct tagMENUITEMINFOA {
UINT cbSize;
UINT fMask;
UINT fType;
......@@ -1915,7 +1914,7 @@ typedef struct {
HBITMAP hbmpItem;
} MENUITEMINFOA, *LPMENUITEMINFOA;
typedef struct {
typedef struct tagMENUITEMINFOW {
UINT cbSize;
UINT fMask;
UINT fType;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment