Commit 4163e085 authored by Andriy Palamarchuk's avatar Andriy Palamarchuk Committed by Alexandre Julliard

SystemParametersInfo: fixed return value for SPI_SETFASTTASKSWITCH.

parent 43471ddf
......@@ -1067,7 +1067,7 @@ BOOL WINAPI SystemParametersInfoA( UINT uiAction, UINT uiParam,
case SPI_SETFASTTASKSWITCH: /* 36 */
/* the action is disabled */
fWinIni = 0;
ret = FALSE;
break;
case SPI_SETDRAGFULLWINDOWS: /* 37 WINVER >= 0x0400 */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment