From a8c1332720445becfbe664ee13d7679d99dba6d4 Mon Sep 17 00:00:00 2001 From: Igor Sysoev Date: Thu, 15 Nov 2007 14:34:10 +0000 Subject: [PATCH] enable getenv() and gmtime() in msvc8 --- src/os/win32/ngx_win32_config.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/os/win32/ngx_win32_config.h b/src/os/win32/ngx_win32_config.h index 9dc8ca8a4..07f27dfd8 100644 --- a/src/os/win32/ngx_win32_config.h +++ b/src/os/win32/ngx_win32_config.h @@ -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 explicity before because * the warning 4201 is enabled in