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.