Fix 64 bit build of MSVCRT

svn path=/trunk/; revision=55487
This commit is contained in:
Timo Kreuzer 2012-02-07 18:09:25 +00:00
parent 26260e22cb
commit 48449b1971

View file

@ -10,13 +10,14 @@
#undef _timeb #undef _timeb
#undef _ftime #undef _ftime
#undef _tctime #undef _tctime
#undef _ftime_s
#undef _tctime_s #undef _tctime_s
#undef _tutime #undef _tutime
#else #else
#define _time time #define _time time
#endif #endif
#undef _ftime_s
#ifdef _USE_EXPLICIT_32BIT_TIME #ifdef _USE_EXPLICIT_32BIT_TIME
#define time_t __time32_t #define time_t __time32_t
#define _timeb __timeb32 #define _timeb __timeb32