diff options
Diffstat (limited to 'include/platform.h')
-rw-r--r-- | include/platform.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/include/platform.h b/include/platform.h index ea97d2682..0fc270fab 100644 --- a/include/platform.h +++ b/include/platform.h | |||
@@ -10,6 +10,11 @@ | |||
10 | #if ENABLE_PLATFORM_MINGW32 | 10 | #if ENABLE_PLATFORM_MINGW32 |
11 | # if !defined(__MINGW32__) /* HOSTCC is called */ | 11 | # if !defined(__MINGW32__) /* HOSTCC is called */ |
12 | # undef ENABLE_PLATFORM_MINGW32 | 12 | # undef ENABLE_PLATFORM_MINGW32 |
13 | # else | ||
14 | # undef __USE_MINGW_ANSI_STDIO | ||
15 | # define __USE_MINGW_ANSI_STDIO 0 | ||
16 | # undef _WIN32_WINNT | ||
17 | # define _WIN32_WINNT 0x502 | ||
13 | # endif | 18 | # endif |
14 | #else | 19 | #else |
15 | # if defined(__MINGW32__) | 20 | # if defined(__MINGW32__) |