Commit ecae9269 authored by François Gouget's avatar François Gouget Committed by Alexandre Julliard

Needs to include windef.h.

parent 997b42c2
#ifndef __WINE_DDRAW_H #ifndef __WINE_DDRAW_H
#define __WINE_DDRAW_H #define __WINE_DDRAW_H
#include "winnt.h" /* LARGE_INTEGER ... */ #include "windef.h" /* LARGE_INTEGER ... */
#include "wingdi.h" /* PALETTE stuff ... */ #include "wingdi.h" /* PALETTE stuff ... */
#include "wine/obj_base.h" #include "wine/obj_base.h"
......
...@@ -6,7 +6,7 @@ ...@@ -6,7 +6,7 @@
#endif #endif
#include "basetsd.h" #include "basetsd.h"
#include "winnt.h" #include "windef.h"
#include "pshpack1.h" #include "pshpack1.h"
#ifndef RC_INVOKED #ifndef RC_INVOKED
......
...@@ -10,7 +10,7 @@ ...@@ -10,7 +10,7 @@
#include <stdio.h> #include <stdio.h>
#include <stdlib.h> #include <stdlib.h>
#include "winnt.h" #include "windef.h"
#include "tlhelp32.h" #include "tlhelp32.h"
#include "handle.h" #include "handle.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