https://bugs.winehq.org/show_bug.cgi?id=51857
--- Comment #3 from Idan Sheinberg ishinberg0@gmail.com --- (In reply to Zebediah Figura from comment #2)
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.
I'm running a JVM installation on top of Wine (mandatory, don't ask) so this is out of my control.