comparison src/os/win32/ngx_win32_config.h @ 1641:25e2db857b66

enable getenv() and gmtime() in msvc8
author Igor Sysoev <igor@sysoev.ru>
date Thu, 15 Nov 2007 14:34:10 +0000
parents 0d57c150115b
children c99db89ebf35
comparison
equal deleted inserted replaced
1640:02a22cd5282a 1641:25e2db857b66
12 #define _WIN32_WINNT 0x0400 12 #define _WIN32_WINNT 0x0400
13 13
14 14
15 #define STRICT 15 #define STRICT
16 #define WIN32_LEAN_AND_MEAN 16 #define WIN32_LEAN_AND_MEAN
17
18 /* enable getenv() and gmtime() in msvc8 */
19 #define _CRT_SECURE_NO_WARNINGS
17 20
18 /* 21 /*
19 * we need to include <windows.h> explicity before <winsock2.h> because 22 * we need to include <windows.h> explicity before <winsock2.h> because
20 * the warning 4201 is enabled in <windows.h> 23 * the warning 4201 is enabled in <windows.h>
21 */ 24 */