Define _WIN32_WINNT otherwise we are missing some definitions with the

Windows headers.
This commit is contained in:
Francois Gouget 2004-08-11 18:50:40 +00:00 committed by Alexandre Julliard
parent a34c67f6b9
commit 9806c99033
2 changed files with 4 additions and 0 deletions

View File

@ -23,6 +23,8 @@
#include <assert.h>
#include <stdarg.h>
#define _WIN32_WINNT 0x0500 /* For WM_CHANGEUISTATE */
#include "windef.h"
#include "winbase.h"
#include "wingdi.h"

View File

@ -22,6 +22,8 @@
#include <stdarg.h>
#include <stdio.h>
#define _WIN32_WINNT 0x0500 /* For SPI_GETMOUSEHOVERWIDTH and more */
#include "wine/test.h"
#include "windef.h"
#include "winbase.h"