From c3f04c87e0132108697d530cf2e1433bdd31e014 Mon Sep 17 00:00:00 2001 From: Timo Kreuzer Date: Fri, 2 Apr 2010 10:45:00 +0000 Subject: [PATCH] - 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 --- include/psdk/compstui.h | 2 +- include/reactos/wine/ddk/compstui.h | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) create mode 100644 include/reactos/wine/ddk/compstui.h diff --git a/include/psdk/compstui.h b/include/psdk/compstui.h index 5fc5a2955b0..4b5e584e172 100644 --- a/include/psdk/compstui.h +++ b/include/psdk/compstui.h @@ -722,7 +722,7 @@ typedef struct _EXTPUSH { union { WORD DlgTemplateID; HANDLE hDlgTemplate; - } DUMMYUNIONNAME; + } DUMMYUNIONNAME2; ULONG_PTR dwReserved[3]; } EXTPUSH, *PEXTPUSH; diff --git a/include/reactos/wine/ddk/compstui.h b/include/reactos/wine/ddk/compstui.h new file mode 100644 index 00000000000..affe933d161 --- /dev/null +++ b/include/reactos/wine/ddk/compstui.h @@ -0,0 +1,2 @@ + +#include_next -- 2.17.1