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