From: Joseph Galbraith
Does ReactOS serialize calls to DllMain? I would think if it
was, CreateRemoteThread() would block waiting for
DLL_THREAD_ATTACH until DLL_PROCESS_DETACH had finished.
No, ReactOS doesn't serialize the calls.
Hope this helps.
It does, thanks! I'm not sure I know exactly how to solve it now, but it
gives me something to think about.
GvG