Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
get_module_file_name on main thread only
Some child plug-ins start threads, causing the DLL_THREAD_ATTACH event. Since the MULTIPLEXER has been locked on the main thread that may be waiting for the new threads to initialize themselves, the DllMain implementation must not try to acquire the lock on the new threads.
- Loading branch information