From 667c498942c0e605c1aab98bca6b90aac4cbbd71 Mon Sep 17 00:00:00 2001 From: Mark Andrews Date: Mon, 25 Sep 2006 07:09:02 +0000 Subject: [PATCH] use 32 bit time. --- config.h.win32 | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/config.h.win32 b/config.h.win32 index 0b84479d8d..d7790dd8ac 100644 --- a/config.h.win32 +++ b/config.h.win32 @@ -15,7 +15,7 @@ * PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: config.h.win32,v 1.13 2006/03/10 04:15:11 marka Exp $ */ +/* $Id: config.h.win32,v 1.14 2006/09/25 07:09:02 marka Exp $ */ /* * win32 configuration file @@ -38,6 +38,16 @@ */ #define __STDC__ 1 +/* + * Silence compiler warnings about using strcpy and friends. + */ +#define _CRT_SECURE_NO_DEPRECATE 1 + +/* + * Use 32 bit time. + */ +#define _USE_32BIT_TIME_T 1 + /* * Windows NT and 2K only */