13 Jan
2026
13 Jan
'26
11:39 a.m.
After https://gitlab.winehq.org/wine/wine/-/merge_requests/8916 `RtlQueryUnbiasedInterruptTime` now includes suspend time as well when it shouldn't. This fixes this and also allows other components like winevulkan to use `RtlQueryUnbiasedInterruptTime`, if that kind of tick count is necessary there. Since calculating the bias is relatively expensive, this is done together with the timezone bias update every second in such a way that it can only monotonically increase. -- v2: server: Calculate and store InterruptTimeBias in user shared data. https://gitlab.winehq.org/wine/wine/-/merge_requests/9875