diff --git a/base/system/winlogon/winlogon.c b/base/system/winlogon/winlogon.c index eeba3a2334b..68783c828b9 100644 --- a/base/system/winlogon/winlogon.c +++ b/base/system/winlogon/winlogon.c @@ -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; }