Fix MinGW compilation
Need to define _WIN32_WINNT as 0x0500 to get declaration for GetSystemWindowsDirectory().
This commit is contained in:
parent
161620108b
commit
a1b6e34a9a
|
@ -53,6 +53,7 @@
|
|||
#endif /* ENABLE_LIBXML2 */
|
||||
|
||||
#ifdef _WIN32
|
||||
#define _WIN32_WINNT 0x0500
|
||||
#define STRICT
|
||||
#include <windows.h>
|
||||
#undef STRICT
|
||||
|
|
Loading…
Reference in New Issue