]> git.kaiwu.me - nginx.git/commitdiff
Recent SDKs allow to build IPV6 only for Windows XP or above.
authorIgor Sysoev <igor@sysoev.ru>
Thu, 20 Oct 2011 07:00:04 +0000 (07:00 +0000)
committerIgor Sysoev <igor@sysoev.ru>
Thu, 20 Oct 2011 07:00:04 +0000 (07:00 +0000)
src/os/win32/ngx_win32_config.h

index f098eae36e0b059a93d8c0446b8553017c3b1796..cc4c375ebe925501df9168b601146a937ef4bf06 100644 (file)
@@ -9,7 +9,7 @@
 
 
 #define WIN32         0x0400
-#define _WIN32_WINNT  0x0500
+#define _WIN32_WINNT  0x0501
 
 
 #define STRICT