https://bugs.winehq.org/show_bug.cgi?id=35192
Maarten Lankhorst wine@mblankhorst.nl changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |wine@mblankhorst.nl
--- Comment #80 from Maarten Lankhorst wine@mblankhorst.nl --- The threadpool stubs are too simple to ever be accepted in wine. The idea of submitthreadpoolwork is that it's handled on a separate thread, those stubs don't do that.
The right way is probably finding the NTDLL equivalents of the threadpool functions, and implementing the functions in threadpool.c on top of it.