enable getenv() and gmtime() in msvc8
Igor Sysoev
14 years ago
13 | 13 |
|
14 | 14 |
#define STRICT
|
15 | 15 |
#define WIN32_LEAN_AND_MEAN
|
|
16 |
|
|
17 |
/* enable getenv() and gmtime() in msvc8 */
|
|
18 |
#define _CRT_SECURE_NO_WARNINGS
|
16 | 19 |
|
17 | 20 |
/*
|
18 | 21 |
* we need to include <windows.h> explicity before <winsock2.h> because
|