mirror of
https://github.com/reactos/reactos.git
synced 2026-05-30 14:34:57 +08:00
[USER32] Fix UpdatePerUserImmEnabling tracing bug
CORE-11700
This commit is contained in:
@@ -1105,9 +1105,9 @@ BOOL WINAPI UpdatePerUserImmEnabling(VOID)
|
||||
return TRUE;
|
||||
|
||||
imm32 = LoadLibraryW(L"imm32.dll");
|
||||
if (imm32)
|
||||
if (imm32 == NULL)
|
||||
{
|
||||
ERR("UPUIE: Imm32 not installed!\n");
|
||||
ERR("Imm32 not installed!\n");
|
||||
ret = FALSE;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user