use 32 bit time.

This commit is contained in:
Mark Andrews 2006-09-25 07:09:02 +00:00
parent 0ee15c9c98
commit 667c498942

View file

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