From 1472e7964bb308275945ca6cfe13a1fc4916a0b5 Mon Sep 17 00:00:00 2001 From: Igor Sysoev Date: Thu, 20 Oct 2011 07:00:04 +0000 Subject: [PATCH] Recent SDKs allow to build IPV6 only for Windows XP or above. --- src/os/win32/ngx_win32_config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/os/win32/ngx_win32_config.h b/src/os/win32/ngx_win32_config.h index f098eae36..cc4c375eb 100644 --- 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