http://bugs.winehq.org/show_bug.cgi?id=7710
madcatx@atlas.cz changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |madcatx@atlas.cz
--- Comment #21 from madcatx@atlas.cz 2012-08-27 13:06:30 CDT --- As this is still a source of trouble, I attempted to at least partially fix this behavior by using clock_gettime() on Linux (should be available on Unixes too). MacOS X needs a Mach-specific mach_absolute_time() function. The proposed patch builds and works as expected on post-2.6.28 Linux and MacOS X 10.6. Please note that this patch affects only GetTickCount(), GetTickCount64() and timeGetTime(), QueryPerformanceCounter() has not been changed.