ktmw32: Remove an unnecessary DllMain entry point.
This commit is contained in:
parent
4468a0122f
commit
94038dd67a
|
@ -28,21 +28,6 @@
|
|||
WINE_DEFAULT_DEBUG_CHANNEL(ktmw32);
|
||||
|
||||
|
||||
BOOL WINAPI DllMain(HINSTANCE hinstDLL, DWORD fdwReason, LPVOID lpvReserved)
|
||||
{
|
||||
|
||||
switch (fdwReason)
|
||||
{
|
||||
case DLL_PROCESS_ATTACH:
|
||||
DisableThreadLibraryCalls(hinstDLL);
|
||||
break;
|
||||
case DLL_PROCESS_DETACH:
|
||||
break;
|
||||
}
|
||||
|
||||
return TRUE;
|
||||
}
|
||||
|
||||
/***********************************************************************
|
||||
* CommitTransaction (ktmw32.@)
|
||||
*/
|
||||
|
|
Loading…
Reference in New Issue