Commit 9806c990 authored by Francois Gouget's avatar Francois Gouget Committed by Alexandre Julliard

Define _WIN32_WINNT otherwise we are missing some definitions with the

Windows headers.
parent a34c67f6
...@@ -23,6 +23,8 @@ ...@@ -23,6 +23,8 @@
#include <assert.h> #include <assert.h>
#include <stdarg.h> #include <stdarg.h>
#define _WIN32_WINNT 0x0500 /* For WM_CHANGEUISTATE */
#include "windef.h" #include "windef.h"
#include "winbase.h" #include "winbase.h"
#include "wingdi.h" #include "wingdi.h"
......
...@@ -22,6 +22,8 @@ ...@@ -22,6 +22,8 @@
#include <stdarg.h> #include <stdarg.h>
#include <stdio.h> #include <stdio.h>
#define _WIN32_WINNT 0x0500 /* For SPI_GETMOUSEHOVERWIDTH and more */
#include "wine/test.h" #include "wine/test.h"
#include "windef.h" #include "windef.h"
#include "winbase.h" #include "winbase.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