gdi32/tests: Define the required Windows version before including anything.
This commit is contained in:
parent
cfec148b8b
commit
eaf78eadf0
@ -20,13 +20,13 @@
|
||||
*/
|
||||
|
||||
|
||||
#include <assert.h>
|
||||
#include <stdio.h>
|
||||
|
||||
#define WINVER 0x0501 /* request latest DEVMODE */
|
||||
#define NONAMELESSSTRUCT
|
||||
#define NONAMELESSUNION
|
||||
|
||||
#include <assert.h>
|
||||
#include <stdio.h>
|
||||
|
||||
#include "wine/test.h"
|
||||
#include "winbase.h"
|
||||
#include "wingdi.h"
|
||||
|
Loading…
x
Reference in New Issue
Block a user