Commit 94038dd6 authored by Alexandre Julliard's avatar Alexandre Julliard

ktmw32: Remove an unnecessary DllMain entry point.

parent 4468a012
......@@ -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.@)
*/
......
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