Commit bb721402 authored by Patrik Stridvall's avatar Patrik Stridvall Committed by Alexandre Julliard

Cleanup/removal of unnessary things that would have made winapi_*

parsing more complicated.
parent 33c40709
...@@ -3392,7 +3392,7 @@ typedef struct tagCOMBOBOXEXITEMA ...@@ -3392,7 +3392,7 @@ typedef struct tagCOMBOBOXEXITEMA
int iIndent; int iIndent;
LPARAM lParam; LPARAM lParam;
} COMBOBOXEXITEMA, *PCOMBOBOXEXITEMA; } COMBOBOXEXITEMA, *PCOMBOBOXEXITEMA;
typedef COMBOBOXEXITEMA CONST *PCCOMBOEXITEMA; /* Yes, there's a BOX missing */ typedef COMBOBOXEXITEMA const *PCCOMBOEXITEMA; /* Yes, there's a BOX missing */
typedef struct tagCOMBOBOXEXITEMW typedef struct tagCOMBOBOXEXITEMW
{ {
...@@ -3406,7 +3406,7 @@ typedef struct tagCOMBOBOXEXITEMW ...@@ -3406,7 +3406,7 @@ typedef struct tagCOMBOBOXEXITEMW
int iIndent; int iIndent;
LPARAM lParam; LPARAM lParam;
} COMBOBOXEXITEMW, *PCOMBOBOXEXITEMW; } COMBOBOXEXITEMW, *PCOMBOBOXEXITEMW;
typedef COMBOBOXEXITEMW CONST *PCCOMBOEXITEMW; /* Yes, there's a BOX missing */ typedef COMBOBOXEXITEMW const *PCCOMBOEXITEMW; /* Yes, there's a BOX missing */
#define COMBOBOXEXITEM WINELIB_NAME_AW(COMBOBOXEXITEM) #define COMBOBOXEXITEM WINELIB_NAME_AW(COMBOBOXEXITEM)
#define PCOMBOBOXEXITEM WINELIB_NAME_AW(PCOMBOBOXEXITEM) #define PCOMBOBOXEXITEM WINELIB_NAME_AW(PCOMBOBOXEXITEM)
......
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