mirror of
https://github.com/reactos/reactos.git
synced 2025-01-12 01:00:06 +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:
parent
d12179e0ef
commit
c3f04c87e0
2 changed files with 3 additions and 1 deletions
|
@ -722,7 +722,7 @@ typedef struct _EXTPUSH {
|
|||
union {
|
||||
WORD DlgTemplateID;
|
||||
HANDLE hDlgTemplate;
|
||||
} DUMMYUNIONNAME;
|
||||
} DUMMYUNIONNAME2;
|
||||
ULONG_PTR dwReserved[3];
|
||||
} EXTPUSH, *PEXTPUSH;
|
||||
|
||||
|
|
2
include/reactos/wine/ddk/compstui.h
Normal file
2
include/reactos/wine/ddk/compstui.h
Normal file
|
@ -0,0 +1,2 @@
|
|||
|
||||
#include_next <compstui.h>
|
Loading…
Reference in a new issue