enable getenv() and gmtime() in msvc8
This commit is contained in:
parent
f1dfba6181
commit
64b3e3f88e
1 changed files with 3 additions and 0 deletions
|
@ -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 a new issue