imm32: Don't bother to unregister classes at process exit.
This commit is contained in:
parent
79fe2daafb
commit
0243fd5aa3
|
@ -386,6 +386,7 @@ BOOL WINAPI DllMain(HINSTANCE hInstDLL, DWORD fdwReason, LPVOID lpReserved)
|
|||
IMM_FreeThreadData();
|
||||
break;
|
||||
case DLL_PROCESS_DETACH:
|
||||
if (lpReserved) break;
|
||||
IMM_FreeThreadData();
|
||||
IMM_FreeAllImmHkl();
|
||||
TlsFree(tlsIndex);
|
||||
|
|
Loading…
Reference in New Issue