diff src/os/win32/ngx_win32_config.h @ 4218:a10354495767

Recent SDKs allow to build IPV6 only for Windows XP or above.
author Igor Sysoev <igor@sysoev.ru>
date Thu, 20 Oct 2011 07:00:04 +0000
parents 4f021d4ceb88
children 691133126226
line wrap: on
line diff
--- a/src/os/win32/ngx_win32_config.h
+++ b/src/os/win32/ngx_win32_config.h
@@ -9,7 +9,7 @@
 
 
 #define WIN32         0x0400
-#define _WIN32_WINNT  0x0500
+#define _WIN32_WINNT  0x0501
 
 
 #define STRICT