Specify which winuser.h we want to include, instead of relying on some magic to find the right one

svn path=/trunk/; revision=25749
This commit is contained in:
Hervé Poussineau 2007-02-07 21:40:46 +00:00
parent e5a4c24966
commit 8afd1c5854

View file

@ -8,7 +8,7 @@
#include <wingdi.h>
#if !defined(_MSC_VER)
#include_next <winuser.h>
#include "../../psdk/winuser.h"
#endif
#define WS_EX_TRAYWINDOW 0x80000000L