Needs to include windef.h.

This commit is contained in:
François Gouget 2000-12-15 21:30:35 +00:00 committed by Alexandre Julliard
parent 997b42c243
commit ecae926945
3 changed files with 3 additions and 3 deletions

View file

@ -1,7 +1,7 @@
#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"

View file

@ -6,7 +6,7 @@
#endif
#include "basetsd.h"
#include "winnt.h"
#include "windef.h"
#include "pshpack1.h"
#ifndef RC_INVOKED

View file

@ -10,7 +10,7 @@
#include <stdio.h>
#include <stdlib.h>
#include "winnt.h"
#include "windef.h"
#include "tlhelp32.h"
#include "handle.h"