17 Feb
2025
17 Feb
'25
3:58 p.m.
Rémi Bernon (@rbernon) commented about server/process.c:
info->data_size = 0; }
+static void set_process_priority( struct process *process, int priority );
You should declare the function here or above the requests, I believe we avoid using forward declarations if possible. -- https://gitlab.winehq.org/wine/wine/-/merge_requests/7317#note_94875