evil: better check of Windows 64 bits

Signed-off-by: Cedric BAIL <cedric@osg.samsung.com>
This commit is contained in:
Vincent Torri 2015-10-29 10:41:22 +01:00 committed by Cedric BAIL
parent 12db3c2213
commit 02ef02bfb5
1 changed files with 1 additions and 1 deletions

View File

@ -312,7 +312,7 @@ strptime(const char *buf, const char *fmt, struct tm *tm)
continue;
#ifndef TIME_MAX
# if INTPTR_MAX == 0xffffffffffffffff
# ifdef _WIN64
# define TIME_MAX INT64_MAX
# else
# define TIME_MAX INT32_MAX