dciman32: Remove unnecessary DllMain implementation.

oldstable
Alexandre Julliard 2014-05-15 14:37:14 +02:00
parent 0289ea0e43
commit 16352f0aee
1 changed files with 0 additions and 12 deletions

View File

@ -30,18 +30,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.@)
*/