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.