7 Mar
2025
7 Mar
'25
9:28 a.m.
Rémi Bernon (@rbernon) commented about dlls/kernelbase/thread.c:
if (!set_ntstatus( NtQueryInformationThread( thread, ThreadBasicInformation, &info, sizeof(info), NULL ))) return THREAD_PRIORITY_ERROR_RETURN; - return info.Priority; + return info.BasePriority;
This could probably be squashed with previous change. -- https://gitlab.winehq.org/wine/wine/-/merge_requests/7516#note_97076