mirror of
https://github.com/reactos/reactos.git
synced 2026-05-30 14:34:57 +08:00
[USER32] Follow-up of "Follow-up of 2ba41ad"
You are careless. Do test. CORE-18338
This commit is contained in:
@@ -711,7 +711,7 @@ IntLoadKeyboardLayout(
|
||||
if (RegQueryValueExW(hKey, L"IME File", NULL, &dwType, (LPBYTE)szImeFileName,
|
||||
&dwSize) != ERROR_SUCCESS)
|
||||
{
|
||||
FIXME("Check IME file existence in system32\n")
|
||||
FIXME("Check IME file existence in system32\n");
|
||||
bIsIME = FALSE;
|
||||
dwhkl = LOWORD(dwhkl);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user