enable getenv() and gmtime() in msvc8

This commit is contained in:
Igor Sysoev 2007-11-15 14:34:10 +00:00
parent 1d04b14c09
commit a8c1332720

View File

@ -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>