13#pragma warning(disable: _UCRT_DISABLED_WARNINGS)
39#if defined(_CRT_INTERNAL_NONSTDC_NAMES) && _CRT_INTERNAL_NONSTDC_NAMES && !defined _CRT_NO_TIME_T
56#ifdef _USE_32BIT_TIME_T
57 #define _timeb __timeb32
58 #define _ftime _ftime32
59 #define _ftime_s _ftime32_s
61 #define _timeb __timeb64
62 #define _ftime _ftime64
63 #define _ftime_s _ftime64_s
88#if !defined RC_INVOKED && !defined __midl && defined(_CRT_INTERNAL_NONSTDC_NAMES) && _CRT_INTERNAL_NONSTDC_NAMES && !defined _CRT_NO_TIME_T
90 #ifdef _USE_32BIT_TIME_T
__CRT_INLINE void __cdecl ftime(struct timeb *_Tmb)
_CRTIMP errno_t __cdecl _ftime32_s(_Out_ struct __timeb32 *_Time)
_CRTIMP void __cdecl _ftime32(_Out_ struct __timeb32 *_Time)
_In_ size_t _In_ const __time32_t * _Time
#define _STATIC_ASSERT(expr)
#define _UCRT_DISABLE_CLANG_WARNINGS
#define _UCRT_RESTORE_CLANG_WARNINGS
_ACRTIMP errno_t __cdecl _ftime64_s(_Out_ struct __timeb64 *_Time)
_ACRTIMP void __cdecl _ftime64(_Out_ struct __timeb64 *_Time)
#define _CRT_END_C_HEADER
#define _CRT_BEGIN_C_HEADER
#define _CRT_INSECURE_DEPRECATE(_Replacement)