https://bugs.winehq.org/show_bug.cgi?id=49564
Paul Gofman pgofman@codeweavers.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |pgofman@codeweavers.com
--- Comment #6 from Paul Gofman pgofman@codeweavers.com --- I noticed previously that Sleep time on Windows is rounded to the next ~15 ms interval (likely 15.6ms). In Wine Sleep is 1ms precise. So if sleeping with (timeout + 14) & ~15 interval will help the issue it might be the right thing to fix.