7 Feb
2023
7 Feb
'23
5:18 a.m.
Swift for Windows uses `QueryInterruptTimePrecise` and `QueryUnbiasedInterruptTimePrecise`. These are semi-stubs since (I believe) the "Precise" variants should read the CPU timestamp directly rather than reading from USER_SHARED_DATA. Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=54338 -- v2: kernelbase: Partially implement QueryUnbiasedInterruptTimePrecise. kernelbase: Partially implement QueryInterruptTimePrecise. kernelbase: Implement QueryInterruptTime. include: Add realtimeapiset.h file. https://gitlab.winehq.org/wine/wine/-/merge_requests/2119