d3dtypes: Fix windows.h inclusion.

oldstable
Francois Gouget 2006-02-13 13:22:59 +01:00 committed by Alexandre Julliard
parent e0de496f61
commit c2f99c5198
1 changed files with 3 additions and 1 deletions

View File

@ -25,7 +25,9 @@
#ifndef __WINE_D3DTYPES_H
#define __WINE_D3DTYPES_H
/* #include <windows.h> FIXME: Need to include for compatibility. Inclusion caused compile fail */
#ifndef __WINESRC__
# include <windows.h>
#endif
#include <float.h>
#include <ddraw.h>