From 2bf380c72f4996fb7b29e5bc4318708c574766d3 Mon Sep 17 00:00:00 2001 From: Andreas Mohr Date: Wed, 25 Oct 2000 20:28:42 +0000 Subject: [PATCH] Added SPI_GETWINDOWSEXTENSION. --- windows/sysparams.c | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/windows/sysparams.c b/windows/sysparams.c index 41e4ad34636..4f26bddfc2c 100644 --- a/windows/sysparams.c +++ b/windows/sysparams.c @@ -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 ),