diff options
| author | Igor Sysoev <igor@sysoev.ru> | 2011-10-20 07:00:04 +0000 |
|---|---|---|
| committer | Igor Sysoev <igor@sysoev.ru> | 2011-10-20 07:00:04 +0000 |
| commit | 1472e7964bb308275945ca6cfe13a1fc4916a0b5 (patch) | |
| tree | 6d5712f67df6e119d9588270b179828b5831996f | |
| parent | b167c46ca24c8f94795f7cde9a9ebdc52c24260e (diff) | |
| download | nginx-1472e7964bb308275945ca6cfe13a1fc4916a0b5.tar.gz nginx-1472e7964bb308275945ca6cfe13a1fc4916a0b5.tar.bz2 | |
Recent SDKs allow to build IPV6 only for Windows XP or above.
| -rw-r--r-- | src/os/win32/ngx_win32_config.h | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
