Commit 693faf2a authored by Alexandre Julliard's avatar Alexandre Julliard

msimg32: Remove unnecessary DllMain implementation.

parent 16352f0a
......@@ -26,18 +26,6 @@
WINE_DEFAULT_DEBUG_CHANNEL(msimg32);
/***********************************************************************
* DllInitialize (MSIMG32.@)
*
* MSIMG32 initialisation routine.
*/
BOOL WINAPI DllMain( HINSTANCE inst, DWORD reason, LPVOID reserved )
{
if (reason == DLL_PROCESS_ATTACH) DisableThreadLibraryCalls( inst );
return TRUE;
}
/******************************************************************************
* vSetDdrawflag (MSIMG32.@)
*/
......
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