mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-31 19:26:42 +00:00
[CRT]
Fix 64 bit build of MSVCRT svn path=/trunk/; revision=55487
This commit is contained in:
@@ -10,13 +10,14 @@
|
||||
#undef _timeb
|
||||
#undef _ftime
|
||||
#undef _tctime
|
||||
#undef _ftime_s
|
||||
#undef _tctime_s
|
||||
#undef _tutime
|
||||
#else
|
||||
#define _time time
|
||||
#endif
|
||||
|
||||
#undef _ftime_s
|
||||
|
||||
#ifdef _USE_EXPLICIT_32BIT_TIME
|
||||
#define time_t __time32_t
|
||||
#define _timeb __timeb32
|
||||
|
||||
Reference in New Issue
Block a user