diff options
Diffstat (limited to 'win32/config_H.vc64')
-rw-r--r-- | win32/config_H.vc64 | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/win32/config_H.vc64 b/win32/config_H.vc64 index 10e40dea52..699efc2aa6 100644 --- a/win32/config_H.vc64 +++ b/win32/config_H.vc64 @@ -4430,6 +4430,17 @@ #define GMTIME_MAX 2147483647 /**/ #define GMTIME_MIN 0 /**/ +/* LOCALTIME_MAX: + * This symbol contains the maximum value for the time_t offset that + * the system function localtime () accepts, and defaults to 0 + */ +/* LOCALTIME_MIN: + * This symbol contains the minimum value for the time_t offset that + * the system function localtime () accepts, and defaults to 0 + */ +#define LOCALTIME_MAX 2147483647 /**/ +#define LOCALTIME_MIN 0 /**/ + /* USE_64_BIT_INT: * This symbol, if defined, indicates that 64-bit integers should * be used when available. If not defined, the native integers |