mirror of
https://github.com/reactos/reactos.git
synced 2025-02-22 16:36:33 +00:00
[WINLOGON] Fix fallback keyboard layout flags
This commit is contained in:
parent
26b52c4e06
commit
44aef85db1
1 changed files with 1 additions and 1 deletions
|
@ -204,7 +204,7 @@ InitKeyboardLayouts(VOID)
|
||||||
if (!bRet)
|
if (!bRet)
|
||||||
{
|
{
|
||||||
/* If we failed, load US keyboard layout */
|
/* If we failed, load US keyboard layout */
|
||||||
if (LoadKeyboardLayoutW(L"00000409", 0x04090409))
|
if (LoadKeyboardLayoutW(L"00000409", KLF_ACTIVATE | KLF_SUBSTITUTE_OK | KLF_REPLACELANG | KLF_SETFORPROCESS))
|
||||||
bRet = TRUE;
|
bRet = TRUE;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue