mirror of
https://github.com/reactos/reactos.git
synced 2025-02-22 16:36:33 +00:00
[USER32] Follow-up of "Follow-up of 2ba41ad"
You are careless. Do test. CORE-18338
This commit is contained in:
parent
8edc22a2ca
commit
6970b545af
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue