changeset 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 ebec73b935d3
children 691133126226
files src/os/win32/ngx_win32_config.h
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
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