- 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
+1 -1
View File
@@ -722,7 +722,7 @@ typedef struct _EXTPUSH {
union {
WORD DlgTemplateID;
HANDLE hDlgTemplate;
} DUMMYUNIONNAME;
} DUMMYUNIONNAME2;
ULONG_PTR dwReserved[3];
} EXTPUSH, *PEXTPUSH;
+2
View File
@@ -0,0 +1,2 @@
#include_next <compstui.h>