mirror of
https://github.com/reactos/reactos.git
synced 2024-12-31 19:42:51 +00:00
[CRT]
Fix 64 bit build of MSVCRT svn path=/trunk/; revision=55487
This commit is contained in:
parent
26260e22cb
commit
48449b1971
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue