diff options
-rw-r--r-- | common/exechelp-w32.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/exechelp-w32.c b/common/exechelp-w32.c index adde71862..dfbb3a155 100644 --- a/common/exechelp-w32.c +++ b/common/exechelp-w32.c @@ -34,7 +34,7 @@ #if !defined(HAVE_W32_SYSTEM) #error This code is only used on W32. #else -#define _WIN32_WINNT 0x602 +#define _WIN32_WINNT 0x600 #endif #include <stdio.h> |