lower-case time_t.

This commit is contained in:
Martin v. Löwis 2006-03-06 16:32:05 +00:00
parent a2d4d6c285
commit f8d767198f
1 changed files with 1 additions and 1 deletions

View File

@ -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