mirror of
https://github.com/nginx/nginx.git
synced 2025-06-07 17:52:38 +08:00
Recent SDKs allow to build IPV6 only for Windows XP or above.
This commit is contained in:
parent
b167c46ca2
commit
1472e7964b
@ -9,7 +9,7 @@
|
||||
|
||||
|
||||
#define WIN32 0x0400
|
||||
#define _WIN32_WINNT 0x0500
|
||||
#define _WIN32_WINNT 0x0501
|
||||
|
||||
|
||||
#define STRICT
|
||||
|
Loading…
Reference in New Issue
Block a user