Commit 8885a513 authored by Alexandre Julliard's avatar Alexandre Julliard

ntdll: Get rid of DllMain in the Unix library.

parent e6632e04
......@@ -1830,10 +1830,3 @@ void __wine_main( int argc, char *argv[], char *envp[] )
#endif
start_main_thread();
}
BOOL WINAPI DECLSPEC_HIDDEN DllMain( HINSTANCE inst, DWORD reason, LPVOID reserved )
{
if (reason == DLL_PROCESS_ATTACH) LdrDisableThreadCalloutsForDll( inst );
return TRUE;
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment