[REACTOS] Replace remnant legacy SPIF_SENDWININICHANGE by SPIF_SENDCHANGE (#1526)

No functional change otherwise.
This commit is contained in:
Serge Gautherie 2019-04-28 21:19:42 +02:00 committed by Hermès BÉLUSCA - MAÏTO
parent 89f6929dae
commit cf48f8bf8a
5 changed files with 5 additions and 5 deletions

View file

@ -301,7 +301,7 @@ SetKeyboardLayout(
swprintf(szLayoutId, L"%08lx", ulLayoutId);
hKl = LoadKeyboardLayoutW(szLayoutId, KLF_ACTIVATE | KLF_REPLACELANG | KLF_SETFORPROCESS);
SystemParametersInfoW(SPI_SETDEFAULTINPUTLANG, 0, &hKl, SPIF_SENDWININICHANGE);
SystemParametersInfoW(SPI_SETDEFAULTINPUTLANG, 0, &hKl, SPIF_SENDCHANGE);
}