From: Igor Sysoev Date: Thu, 20 Oct 2011 07:00:04 +0000 (+0000) Subject: Recent SDKs allow to build IPV6 only for Windows XP or above. X-Git-Tag: release-1.1.7~19 X-Git-Url: http://www.kaiwu.me/postgresql/commit/?a=commitdiff_plain;h=1472e7964bb308275945ca6cfe13a1fc4916a0b5;p=nginx.git Recent SDKs allow to build IPV6 only for Windows XP or above. --- 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