mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 09:13:01 +00:00
[WIN32K] - SystemParametersInfo does not support SPIF_UPDATEINIFILE for SPI_SETDEFAULTINPUTLANG
svn path=/trunk/; revision=54228
This commit is contained in:
parent
9e2f17bd8e
commit
1f46cba81b
1 changed files with 2 additions and 6 deletions
|
@ -1172,14 +1172,10 @@ SpiGetSet(UINT uiAction, UINT uiParam, PVOID pvParam, FLONG fl)
|
|||
{
|
||||
HKL hkl;
|
||||
|
||||
if (!SpiSet(&hkl, pvParam, sizeof(hkl), fl))
|
||||
/* Note: SPIF_UPDATEINIFILE is not supported */
|
||||
if ((fl & SPIF_UPDATEINIFILE) || !SpiSet(&hkl, pvParam, sizeof(hkl), fl))
|
||||
return FALSE;
|
||||
|
||||
if (fl & SPIF_UPDATEINIFILE)
|
||||
{
|
||||
// FIXME: what to do?
|
||||
}
|
||||
|
||||
return UserSetDefaultInputLang(hkl);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue