Skip to content
Snippets Groups Projects
Commit ecae9269 authored by Francois Gouget's avatar Francois Gouget Committed by Alexandre Julliard
Browse files

Needs to include windef.h.

parent 997b42c2
No related branches found
No related tags found
No related merge requests found
#ifndef __WINE_DDRAW_H
#define __WINE_DDRAW_H
#include "winnt.h" /* LARGE_INTEGER ... */
#include "windef.h" /* LARGE_INTEGER ... */
#include "wingdi.h" /* PALETTE stuff ... */
#include "wine/obj_base.h"
......
......@@ -6,7 +6,7 @@
#endif
#include "basetsd.h"
#include "winnt.h"
#include "windef.h"
#include "pshpack1.h"
#ifndef RC_INVOKED
......
......@@ -10,7 +10,7 @@
#include <stdio.h>
#include <stdlib.h>
#include "winnt.h"
#include "windef.h"
#include "tlhelp32.h"
#include "handle.h"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment