[wine/commctrl.h]

Don't use #include_next, instead imclude psdk/commctrl.h

svn path=/trunk/; revision=48127
This commit is contained in:
Timo Kreuzer 2010-07-20 02:53:55 +00:00
parent d2f3e93b11
commit 0228d0009e

View file

@ -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);