mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 12:23:31 +00:00
- 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:
@@ -722,7 +722,7 @@ typedef struct _EXTPUSH {
|
||||
union {
|
||||
WORD DlgTemplateID;
|
||||
HANDLE hDlgTemplate;
|
||||
} DUMMYUNIONNAME;
|
||||
} DUMMYUNIONNAME2;
|
||||
ULONG_PTR dwReserved[3];
|
||||
} EXTPUSH, *PEXTPUSH;
|
||||
|
||||
|
||||
@@ -0,0 +1,2 @@
|
||||
|
||||
#include_next <compstui.h>
|
||||
Reference in New Issue
Block a user