mirror of
https://github.com/reactos/reactos.git
synced 2026-06-08 00:46:10 +08:00
[USER32] Mute 'Imm Api Table Init 2' spam
CORE-11700
This commit is contained in:
@@ -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();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user