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
_ACRTIMP void __cdecl _ftime32(struct __timeb32 *)
_ACRTIMP void __cdecl _ftime64(struct __timeb64 *)
static void ftime(struct _timeb *ptr)
int CDECL _ftime64_s(struct __timeb64 *buf)
_CRTIMP errno_t __cdecl _ftime32_s(_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
#define _CRT_END_C_HEADER
#define _CRT_BEGIN_C_HEADER
#define _CRT_INSECURE_DEPRECATE(_Replacement)