Fix MinGW compilation

Need to define _WIN32_WINNT as 0x0500 to get declaration for
GetSystemWindowsDirectory().
This commit is contained in:
Tor Lillqvist 2009-08-14 00:02:59 +03:00 committed by Behdad Esfahbod
parent 161620108b
commit a1b6e34a9a
1 changed files with 1 additions and 0 deletions

View File

@ -53,6 +53,7 @@
#endif /* ENABLE_LIBXML2 */
#ifdef _WIN32
#define _WIN32_WINNT 0x0500
#define STRICT
#include <windows.h>
#undef STRICT