Author: tkreuzer Date: Tue Feb 7 18:09:25 2012 New Revision: 55487
URL: http://svn.reactos.org/svn/reactos?rev=55487&view=rev Log: [CRT] Fix 64 bit build of MSVCRT
Modified: trunk/reactos/lib/sdk/crt/time/bitsfixup.h
Modified: trunk/reactos/lib/sdk/crt/time/bitsfixup.h URL: http://svn.reactos.org/svn/reactos/trunk/reactos/lib/sdk/crt/time/bitsfixup.... ============================================================================== --- trunk/reactos/lib/sdk/crt/time/bitsfixup.h [iso-8859-1] (original) +++ trunk/reactos/lib/sdk/crt/time/bitsfixup.h [iso-8859-1] Tue Feb 7 18:09:25 2012 @@ -10,12 +10,13 @@ #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