Commit 115b7492 authored by Reece Dunn's avatar Reece Dunn Committed by Alexandre Julliard

user32: Fixed building the tests with the Vista SDK.

parent 3376ba61
......@@ -45,6 +45,7 @@
*/
#define _WIN32_WINNT 0x401
#define _WIN32_IE 0x0500
#include <stdarg.h>
#include <assert.h>
......
......@@ -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"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment