mirror of
https://github.com/reactos/reactos.git
synced 2025-02-23 00:45:24 +00:00
[CRT]
guard some inline functions from being used in certain cases svn path=/trunk/; revision=53335
This commit is contained in:
parent
821e46df48
commit
1810920919
1 changed files with 1 additions and 1 deletions
|
@ -178,7 +178,7 @@ __CRT_INLINE errno_t _wctime_s(wchar_t *_Buffer, size_t _SizeInWords,const time_
|
|||
_CRTIMP time_t __cdecl _mkgmtime(struct tm *_Tm);
|
||||
_CRTIMP time_t __cdecl time(time_t *_Time);
|
||||
|
||||
#ifndef RC_INVOKED
|
||||
#if !defined(RC_INVOKED) && !defined(_NO_INLINING) && !defined(_CRTBLD)
|
||||
#ifdef _USE_32BIT_TIME_T
|
||||
#if 0
|
||||
__CRT_INLINE double __cdecl difftime(time_t _Time1,time_t _Time2) { return _difftime32(_Time1,_Time2); }
|
||||
|
|
Loading…
Reference in a new issue