Author: tkreuzer
Date: Tue Jul 20 02:53:55 2010
New Revision: 48127
URL:
http://svn.reactos.org/svn/reactos?rev=48127&view=rev
Log:
[wine/commctrl.h]
Don't use #include_next, instead imclude psdk/commctrl.h
Modified:
trunk/reactos/include/reactos/wine/commctrl.h
Modified: trunk/reactos/include/reactos/wine/commctrl.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/include/reactos/wine/commc…
==============================================================================
--- trunk/reactos/include/reactos/wine/commctrl.h [iso-8859-1] (original)
+++ trunk/reactos/include/reactos/wine/commctrl.h [iso-8859-1] Tue Jul 20 02:53:55 2010
@@ -10,7 +10,7 @@
#define _WIN32_IE 0x0501
#endif
-#include_next <commctrl.h>
+#include <psdk/commctrl.h>
#undef DPA_GetPtr
LPVOID WINAPI DPA_GetPtr(HDPA, INT);