13 Apr
2025
13 Apr
'25
1:22 p.m.
SchedulerPolicy_SetPolicyValue(ContextPriority, THREAD_PRIORITY_BELOW_NORMAL) would erroneously throw an exception because THREAD_PRIORITY_BELOW_NORMAL == -1 and -1 > 6 when compared as unsigned. -- https://gitlab.winehq.org/wine/wine/-/merge_requests/7804