Added SPI_GETWINDOWSEXTENSION.

This commit is contained in:
Andreas Mohr 2000-10-25 20:28:42 +00:00 committed by Alexandre Julliard
parent 51e4657694
commit 2bf380c72f

View file

@ -461,6 +461,10 @@ BOOL16 WINAPI SystemParametersInfo16( UINT16 uAction, UINT16 uParam,
WARN("Option %d ignored.\n", uAction);
break;
case SPI_GETWINDOWSEXTENSION:
WARN("pretend no support for Win9x Plus! for now.\n");
return FALSE; /* yes, this is the result value */
case SPI_GETWORKAREA:
SetRect16( (RECT16 *)lpvParam, 0, 0,
GetSystemMetrics( SM_CXSCREEN ),