comparison src/os/win32/ngx_win32_config.h @ 3672:4f021d4ceb88

fix building by owc12: GetLongPathName() is available since Win2K only
author Igor Sysoev <igor@sysoev.ru>
date Mon, 05 Jul 2010 12:47:35 +0000
parents bdcae1a576e3
children a10354495767 e648bb470e12
comparison
equal deleted inserted replaced
3671:7160230d9736 3672:4f021d4ceb88
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 0x0400 12 #define _WIN32_WINNT 0x0500
13 13
14 14
15 #define STRICT 15 #define STRICT
16 #define WIN32_LEAN_AND_MEAN 16 #define WIN32_LEAN_AND_MEAN
17 17