Commit eaf78ead authored by Alexandre Julliard's avatar Alexandre Julliard

gdi32/tests: Define the required Windows version before including anything.

parent cfec148b
......@@ -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"
......
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