22 #error ERROR: Only Win32 target supported!
26 #pragma pack(push,_CRT_PACKING)
40 #if defined(CRTDLL) && defined(_CRTBLD)
41 #define _CRTIMP __declspec(dllexport)
44 #define _CRTIMP __declspec(dllimport)
53 #if !defined (__midl) && (defined (_X86_) || defined (_M_IX86))
60 #ifndef _TIME32_T_DEFINED
62 #define _TIME32_T_DEFINED
65 #ifndef _TIME64_T_DEFINED
67 #define _TIME64_T_DEFINED
70 #ifndef _TIME_T_DEFINED
71 #ifdef _USE_32BIT_TIME_T
76 #define _TIME_T_DEFINED
81 #ifndef _TIMEB_DEFINED
109 #ifdef _USE_32BIT_TIME_T
111 #define _timeb __timeb32
112 #define _ftime _ftime32
113 #define _ftime_s _ftime32_s
117 #define _timeb __timeb64
118 #define _ftime _ftime64
119 #define _ftime_s _ftime64_s
122 #define _TIMEB_DEFINED
134 #if !defined (RC_INVOKED) && !defined (__midl)
#define _Out_
Definition: sal.h:351
short timezone
Definition: timeb.h:85
__time64_t time
Definition: timeb.h:103
#define _W64
Definition: timeb.h:56
_CRTIMP errno_t __cdecl _ftime64_s(_Out_ struct __timeb64 *_Time)
#define _CRTIMP
Definition: timeb.h:46
__time64_t time_t
Definition: timeb.h:74
_CRTIMP errno_t __cdecl _ftime32_s(_Out_ struct __timeb32 *_Time)
short dstflag
Definition: timeb.h:96
int errno_t
Definition: crtdefs.h:563
short timezone
Definition: timeb.h:95
unsigned short millitm
Definition: timeb.h:104
short timezone
Definition: timeb.h:105
__time32_t time
Definition: timeb.h:83
unsigned short millitm
Definition: timeb.h:94
__int64 __time64_t
Definition: timeb.h:66
time_t time
Definition: timeb.h:93
short dstflag
Definition: timeb.h:106
unsigned short millitm
Definition: timeb.h:84
short dstflag
Definition: timeb.h:86
_W64 long __time32_t
Definition: timeb.h:61
_CRT_INSECURE_DEPRECATE(_ftime32_s) _CRTIMP void __cdecl _ftime32(_Out_ struct __timeb32 *_Time)