mirror of
https://github.com/nginx/nginx.git
synced 2026-05-28 04:12:47 -04:00
enable getenv() and gmtime() in msvc8
This commit is contained in:
parent
1d04b14c09
commit
a8c1332720
1 changed files with 3 additions and 0 deletions
|
|
@ -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 a new issue