mirror of
https://github.com/nginx/nginx.git
synced 2024-12-27 17:31:35 -06:00
enable getenv() and gmtime() in msvc8
This commit is contained in:
parent
1d04b14c09
commit
a8c1332720
@ -15,6 +15,9 @@
|
||||
#define STRICT
|
||||
#define WIN32_LEAN_AND_MEAN
|
||||
|
||||
/* enable getenv() and gmtime() in msvc8 */
|
||||
#define _CRT_SECURE_NO_WARNINGS
|
||||
|
||||
/*
|
||||
* we need to include <windows.h> explicity before <winsock2.h> because
|
||||
* the warning 4201 is enabled in <windows.h>
|
||||
|
Loading…
Reference in New Issue
Block a user