summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorreggie@big_geek. <>2006-05-24 12:46:45 -0500
committerreggie@big_geek. <>2006-05-24 12:46:45 -0500
commitc492b5892033eb0f5e30714b2ed780c2e1d8a046 (patch)
tree636a9aff48b68048fd49706b2a1ffb4d0584d8b5 /include
parent9138f0ba6e056babb4b01ea523b0fc2b5112c35b (diff)
parent4a25f024ee7ee0591a001fa144368b9c964a2dff (diff)
downloadmariadb-git-c492b5892033eb0f5e30714b2ed780c2e1d8a046.tar.gz
Merge rburnett@bk-internal.mysql.com:/home/bk/mysql-5.1-kt
into big_geek.:D:/work/mysql/mysql-5.1-vc71
Diffstat (limited to 'include')
-rw-r--r--include/config-win.h1
1 files changed, 1 insertions, 0 deletions
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 <sys/locking.h>