]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msw/display.cpp
fixed stub code compilation (don't use PSYMBOL_INFO)
[wxWidgets.git] / src / msw / display.cpp
index 5dd3994788807bd78d127c5d21c12a781f10d5e2..6066895d21acba7595063ec1b6686b261db783fb 100644 (file)
     #pragma warning(disable:4706)
 #endif
 
+// with mingw32, we must include windows.h first and it doesn't hurt with other
+// compilers
+#include <windows.h>
+
 #include <multimon.h>
 
 #ifdef _MSC_VER