aboutsummaryrefslogtreecommitdiff
path: root/compat/posix.h
diff options
context:
space:
mode:
Diffstat (limited to 'compat/posix.h')
-rw-r--r--compat/posix.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/compat/posix.h b/compat/posix.h
index 3c611d2736..94699a03fa 100644
--- a/compat/posix.h
+++ b/compat/posix.h
@@ -76,7 +76,7 @@
#if defined(WIN32) && !defined(__CYGWIN__) /* Both MinGW and MSVC */
# if !defined(_WIN32_WINNT)
-# define _WIN32_WINNT 0x0600
+# define _WIN32_WINNT 0x0603
# endif
#define WIN32_LEAN_AND_MEAN /* stops windows.h including winsock.h */
#include <winsock2.h>