comparison src/os/win32/ngx_win32_config.h @ 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 4f021d4ceb88
children 691133126226
comparison
equal deleted inserted replaced
4217:ebec73b935d3 4218:a10354495767
7 #ifndef _NGX_WIN32_CONFIG_H_INCLUDED_ 7 #ifndef _NGX_WIN32_CONFIG_H_INCLUDED_
8 #define _NGX_WIN32_CONFIG_H_INCLUDED_ 8 #define _NGX_WIN32_CONFIG_H_INCLUDED_
9 9
10 10
11 #define WIN32 0x0400 11 #define WIN32 0x0400
12 #define _WIN32_WINNT 0x0500 12 #define _WIN32_WINNT 0x0501
13 13
14 14
15 #define STRICT 15 #define STRICT
16 #define WIN32_LEAN_AND_MEAN 16 #define WIN32_LEAN_AND_MEAN
17 17