user32: Fixed building the tests with the Vista SDK.

This commit is contained in:
Reece Dunn 2008-07-21 20:28:35 +01:00 committed by Alexandre Julliard
parent 3376ba6113
commit 115b7492be
2 changed files with 3 additions and 1 deletions

View File

@ -45,6 +45,7 @@
*/
#define _WIN32_WINNT 0x401
#define _WIN32_IE 0x0500
#include <stdarg.h>
#include <assert.h>

View File

@ -23,7 +23,8 @@
#include <stdio.h>
#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"