From 4a25f024ee7ee0591a001fa144368b9c964a2dff Mon Sep 17 00:00:00 2001 From: "reggie@big_geek." <> Date: Wed, 24 May 2006 12:43:03 -0500 Subject: some small fixups --- include/config-win.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/config-win.h') diff --git a/include/config-win.h b/include/config-win.h index d540465c2f9..aa372762191 100644 --- a/include/config-win.h +++ b/include/config-win.h @@ -25,6 +25,7 @@ functions */ #if defined(_MSC_VER) && _MSC_VER >= 1400 /* Avoid endless warnings about sprintf() etc. being unsafe. */ #define _CRT_SECURE_NO_DEPRECATE 1 +#define _USE_32BIT_TIME_T 1 /* force time_t to be 32 bit */ #endif #include -- cgit v1.2.1