Author: tkreuzer
Date: Fri Apr 2 12:45:00 2010
New Revision: 46671
URL:
http://svn.reactos.org/svn/reactos?rev=46671&view=rev
Log:
- 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
Added:
branches/header-work/include/reactos/wine/ddk/ (with props)
branches/header-work/include/reactos/wine/ddk/compstui.h (with props)
Modified:
branches/header-work/include/psdk/compstui.h
Modified: branches/header-work/include/psdk/compstui.h
URL:
http://svn.reactos.org/svn/reactos/branches/header-work/include/psdk/compst…
==============================================================================
--- branches/header-work/include/psdk/compstui.h [iso-8859-1] (original)
+++ branches/header-work/include/psdk/compstui.h [iso-8859-1] Fri Apr 2 12:45:00 2010
@@ -722,7 +722,7 @@
union {
WORD DlgTemplateID;
HANDLE hDlgTemplate;
- } DUMMYUNIONNAME;
+ } DUMMYUNIONNAME2;
ULONG_PTR dwReserved[3];
} EXTPUSH, *PEXTPUSH;
Propchange: branches/header-work/include/reactos/wine/ddk/
------------------------------------------------------------------------------
--- bugtraq:logregex (added)
+++ bugtraq:logregex Fri Apr 2 12:45:00 2010
@@ -1,0 +1,2 @@
+([Ii]ssue|[Bb]ug)s? #?(\d+)(,? ?#?(\d+))*(,? ?(and |or )?#?(\d+))?
+(\d+)
Propchange: branches/header-work/include/reactos/wine/ddk/
------------------------------------------------------------------------------
bugtraq:message = See issue #%BUGID% for more details.
Propchange: branches/header-work/include/reactos/wine/ddk/
------------------------------------------------------------------------------
bugtraq:url =
http://www.reactos.org/bugzilla/show_bug.cgi?id=%BUGID%
Propchange: branches/header-work/include/reactos/wine/ddk/
------------------------------------------------------------------------------
tsvn:logminsize = 10
Added: branches/header-work/include/reactos/wine/ddk/compstui.h
URL:
http://svn.reactos.org/svn/reactos/branches/header-work/include/reactos/win…
==============================================================================
--- branches/header-work/include/reactos/wine/ddk/compstui.h (added)
+++ branches/header-work/include/reactos/wine/ddk/compstui.h [iso-8859-1] Fri Apr 2
12:45:00 2010
@@ -1,0 +1,2 @@
+
+#include_next <compstui.h>
Propchange: branches/header-work/include/reactos/wine/ddk/compstui.h
------------------------------------------------------------------------------
svn:eol-style = native