mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-27 03:43:36 +00: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