mirror of
https://github.com/reactos/reactos.git
synced 2026-06-02 01:11:03 +08:00
[WINLOGON] Fix fallback keyboard layout flags
This commit is contained in:
committed by
Hermès BÉLUSCA - MAÏTO
parent
26b52c4e06
commit
44aef85db1
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user