Commit c2f99c51 authored by Francois Gouget's avatar Francois Gouget Committed by Alexandre Julliard

d3dtypes: Fix windows.h inclusion.

parent e0de496f
......@@ -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>
......
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