SystemParametersInfo: fixed return value for SPI_SETFASTTASKSWITCH.

oldstable
Andriy Palamarchuk 2002-01-18 18:10:11 +00:00 committed by Alexandre Julliard
parent 43471ddf0b
commit 4163e08541
1 changed files with 1 additions and 1 deletions

View File

@ -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 */