18 Feb
2025
18 Feb
'25
3:22 p.m.
Alexandre Julliard (@julliard) commented about server/process.c:
process->start_time = current_time;
init_process_tracing( process ); + /* Re-apply all thread priorities here, after process tracing is initialized */ + set_process_priority( process, process->priority );
This should be called from the Mach code, it's not needed on Linux. -- https://gitlab.winehq.org/wine/wine/-/merge_requests/7317#note_95017