Commit 16352f0a authored by Alexandre Julliard's avatar Alexandre Julliard

dciman32: Remove unnecessary DllMain implementation.

parent 0289ea0e
......@@ -31,18 +31,6 @@
WINE_DEFAULT_DEBUG_CHANNEL(dciman);
/***********************************************************************
* DllEntryPoint (DCIMAN32.@)
*
* DCIMAN32 initialisation routine.
*/
BOOL WINAPI DllMain( HINSTANCE inst, DWORD reason, LPVOID reserved )
{
if (reason == DLL_PROCESS_ATTACH) DisableThreadLibraryCalls( inst );
return TRUE;
}
/***********************************************************************
* DCIOpenProvider (DCIMAN32.@)
*/
HDC WINAPI
......
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