9 #pragma pack(push,_CRT_PACKING)
10 #pragma warning(push,_STL_WARNING_LEVEL)
11 #pragma warning(disable: _STL_DISABLED_WARNINGS)
12 #pragma push_macro("new")
30 #define _XTIME_NSECS_PER_TICK 100
31 #define _XTIME_TICKS_PER_TIME_T (long long)10000000
39 #pragma pop_macro("new")
_CRTIMP2_PURE long long __cdecl _Xtime_get_ticks(void)
_CRTIMP2_PURE long long __cdecl _Query_perf_frequency(void)
_CRTIMP2_PURE long long __cdecl _Query_perf_counter(void)
__time64_t sec
Definition: xtimec.h:21
_CRTIMP2_PURE long __cdecl _Xtime_diff_to_millis2(const xtime *, const xtime *)
_CRTIMP2_PURE int __cdecl xtime_get(xtime *, int)
_CRTIMP2_PURE long __cdecl _Xtime_diff_to_millis(const xtime *)
__int64 __time64_t
Definition: corecrt.h:480
long nsec
Definition: xtimec.h:22
#define _CRTIMP2_PURE
Definition: yvals.h:527