mirror of https://github.com/python/cpython.git
lower-case time_t.
This commit is contained in:
parent
a2d4d6c285
commit
f8d767198f
|
@ -276,7 +276,7 @@ Py_NO_ENABLE_SHARED to find out. Also support MS_NO_COREDLL for b/w compat */
|
|||
# define SIZEOF_FPOS_T 8
|
||||
# define SIZEOF_HKEY 4
|
||||
# define SIZEOF_SIZE_T 4
|
||||
/* MS VS2005 changes TIME_T to an 64-bit type on all platforms */
|
||||
/* MS VS2005 changes time_t to an 64-bit type on all platforms */
|
||||
# if defined(_MSC_VER) && _MSC_VER >= 1400
|
||||
# define SIZEOF_TIME_T 8
|
||||
# else
|
||||
|
|
Loading…
Reference in New Issue