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

This commit is contained in:
Alexandre Julliard 2013-02-18 12:31:40 +01:00
parent cfec148b8b
commit eaf78eadf0

View File

@ -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"