MSDN says:
It must not call the LoadLibrary or LoadLibraryEx function (or a function that calls these functions), because this may create dependen
As stated in http://msdn.microsoft.com/en-us/library/ms682583%28VS.85%29.aspx:
Threads in DllMain hold the loader lock so no additional DLLs can be dynamically loaded or initialized.
Cheers