mirror of
https://github.com/reactos/reactos.git
synced 2025-02-21 16:04:57 +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 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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue