Searched refs:__timeb64 (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/msvcrt/sys/
H A Dtimeb.h53 struct __timeb64 struct
68 void __cdecl _ftime64(struct __timeb64*);
77 static inline void __cdecl _ftime(struct _timeb *tb) { return _ftime64((struct __timeb64*)tb); }
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/msvcrt/sys/
H A Dtimeb.h53 struct __timeb64 struct
68 void __cdecl _ftime64(struct __timeb64*);
77 static inline void __cdecl _ftime(struct _timeb *tb) { return _ftime64((struct __timeb64*)tb); }

Completed in 161 milliseconds