mirror of
https://github.com/reactos/reactos.git
synced 2024-11-24 20:13:31 +08:00
[USER32] Mute 'Imm Api Table Init 2' spam
CORE-11700
This commit is contained in:
parent
fdc47e7ea7
commit
f341e60fbe
@ -55,9 +55,6 @@ BOOL WINAPI IntInitializeImmEntryTable(VOID)
|
||||
WCHAR ImmFile[MAX_PATH];
|
||||
HMODULE imm32 = ghImm32;
|
||||
|
||||
if (IMM_FN(ImmWINNLSEnableIME) != IMMSTUB_ImmWINNLSEnableIME)
|
||||
return TRUE;
|
||||
|
||||
GetImmFileName(ImmFile, sizeof(ImmFile));
|
||||
TRACE("File %ws\n",ImmFile);
|
||||
|
||||
@ -104,11 +101,8 @@ BOOL WINAPI User32InitializeImmEntryTable(DWORD magic)
|
||||
if (magic != IMM_INIT_MAGIC)
|
||||
return FALSE;
|
||||
|
||||
if (gImmApiEntries.pImmIsIME != 0)
|
||||
{
|
||||
ERR("Imm Api Table Init 2\n");
|
||||
return TRUE;
|
||||
}
|
||||
if (IMM_FN(ImmIsIME) != IMMSTUB_ImmIsIME)
|
||||
return TRUE;
|
||||
|
||||
IntInitializeImmEntryTable();
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user