- fix _EXTPUSH (DUMMYUNIONNAME was used twice, like in the broken ms headers)

- add wine/ddk/compstui.h wrapper around our file, as wine code wants it in ddk

svn path=/branches/header-work/; revision=46671
This commit is contained in:
Timo Kreuzer 2010-04-02 10:45:00 +00:00
parent d12179e0ef
commit c3f04c87e0
2 changed files with 3 additions and 1 deletions

View file

@ -722,7 +722,7 @@ typedef struct _EXTPUSH {
union { union {
WORD DlgTemplateID; WORD DlgTemplateID;
HANDLE hDlgTemplate; HANDLE hDlgTemplate;
} DUMMYUNIONNAME; } DUMMYUNIONNAME2;
ULONG_PTR dwReserved[3]; ULONG_PTR dwReserved[3];
} EXTPUSH, *PEXTPUSH; } EXTPUSH, *PEXTPUSH;

View file

@ -0,0 +1,2 @@
#include_next <compstui.h>