diff options
Diffstat (limited to 'win32/config_H.bc')
-rw-r--r-- | win32/config_H.bc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/win32/config_H.bc b/win32/config_H.bc index cf1119050c..5be7e41c15 100644 --- a/win32/config_H.bc +++ b/win32/config_H.bc @@ -4439,7 +4439,7 @@ * the system function localtime () accepts, and defaults to 0 */ #define LOCALTIME_MAX 2147483647 /**/ -#define LOCALTIME_MIN -2147483648 /**/ +#define LOCALTIME_MIN 0 /**/ /* USE_64_BIT_INT: * This symbol, if defined, indicates that 64-bit integers should |