[Bug 35192] lightroom 5.3 needs KERNEL32.dll.CreateThreadpool

wine-bugs at winehq.org wine-bugs at winehq.org
Mon Jan 12 02:03:35 CST 2015


https://bugs.winehq.org/show_bug.cgi?id=35192

Maarten Lankhorst <wine at mblankhorst.nl> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |wine at mblankhorst.nl

--- Comment #80 from Maarten Lankhorst <wine at 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.

-- 
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.



More information about the wine-bugs mailing list