include <windows.h> before <multimon.h>, should fix mingw32 compilation (bug 966947)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@30957 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin 2004-12-12 17:34:36 +00:00
parent 0842200308
commit 8193d58f17

View File

@ -56,6 +56,10 @@
#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