From 77b6649e33eeb0cecfdf625e9fa39c844f7b5ab6 Mon Sep 17 00:00:00 2001 From: Reece Dunn Date: Mon, 21 Jul 2008 20:28:35 +0100 Subject: [PATCH] user32: fixed building the tests with the Vista SDK. --- dlls/user32/tests/input.c | 1 + dlls/user32/tests/sysparams.c | 3 ++- 2 files changed, 3 insertions(+), 1 deletions(-) diff --git a/dlls/user32/tests/input.c b/dlls/user32/tests/input.c index 37198d3..7227eb7 100644 --- a/dlls/user32/tests/input.c +++ b/dlls/user32/tests/input.c @@ -45,6 +45,7 @@ */ #define _WIN32_WINNT 0x401 +#define _WIN32_IE 0x0500 #include #include diff --git a/dlls/user32/tests/sysparams.c b/dlls/user32/tests/sysparams.c index f899dab..60a07af 100644 --- a/dlls/user32/tests/sysparams.c +++ b/dlls/user32/tests/sysparams.c @@ -23,7 +23,8 @@ #include #undef _WIN32_WINNT -#define _WIN32_WINNT 0x0500 /* For SPI_GETMOUSEHOVERWIDTH and more */ +#define _WIN32_WINNT 0x0600 /* For SPI_GETMOUSEHOVERWIDTH and more */ +#define _WIN32_IE 0x0700 #include "wine/test.h" #include "windef.h" -- 1.5.6.1.1071.g76fb