20 Aug
2025
20 Aug
'25
4:36 p.m.
Alexandre Julliard (@julliard) commented about server/thread.c:
return set_thread_priority( thread, priority ); }
+unsigned int set_thread_disable_boost( struct thread *thread, int disable_boost ) +{ + thread->disable_boost = disable_boost; + return STATUS_SUCCESS; +} +
That doesn't seem very useful at this point. -- https://gitlab.winehq.org/wine/wine/-/merge_requests/8797#note_113296