https://bugs.winehq.org/show_bug.cgi?id=51857
Zebediah Figura z.figura12@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |z.figura12@gmail.com
--- Comment #2 from Zebediah Figura z.figura12@gmail.com --- If you want a higher-precision timestamp, you should be using QueryPerformanceCounter(), not GetSystemTimeAsFileTime/NtQuerySystemTime. The latter only has 1 ms resolution on Windows either.