diff options
author | reggie@big_geek. <> | 2006-05-24 12:46:45 -0500 |
---|---|---|
committer | reggie@big_geek. <> | 2006-05-24 12:46:45 -0500 |
commit | c492b5892033eb0f5e30714b2ed780c2e1d8a046 (patch) | |
tree | 636a9aff48b68048fd49706b2a1ffb4d0584d8b5 /include | |
parent | 9138f0ba6e056babb4b01ea523b0fc2b5112c35b (diff) | |
parent | 4a25f024ee7ee0591a001fa144368b9c964a2dff (diff) | |
download | mariadb-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.h | 1 |
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> |