9 #pragma pack(push,_CRT_PACKING)
10 #pragma warning(push,3)
11 #pragma push_macro("new")
33 #define _XTIME_NSECS_PER_TICK 100
34 #define _XTIME_TICKS_PER_TIME_T (_LONGLONG)10000000
39 #pragma pop_macro("new")
__time64_t time_t
Definition: crtdefs.h:580
_CRTIMP2_PURE _LONGLONG __cdecl _Xtime_get_ticks()
_CRTIMP2_PURE long __cdecl _Xtime_diff_to_millis2(const xtime *, const xtime *)
_CRTIMP2_PURE int __cdecl xtime_get(xtime *, int)
#define _LONGLONG
Definition: yvals.h:574
_CRTIMP2_PURE long __cdecl _Xtime_diff_to_millis(const xtime *)
time_t sec
Definition: xtimec.h:24
long nsec
Definition: xtimec.h:25
#define _CRTIMP2_PURE
Definition: yvals.h:483