Paul Chitescu paulc@voip.null.ro writes:
Wine is already plagued by deadlocks in the MM drivers initialization that interfere with the loader's lock. Explicit initialization after LoadLibrary returns should help getting rid of these.
Considering that the MM drivers don't implement DLL_PROCESS_ATTACH at all at the moment, I don't think avoiding it is going to fix anything...