wined3d: Protect float.h inclusion.

This commit is contained in:
Francois Gouget 2006-02-13 13:23:42 +01:00 committed by Alexandre Julliard
parent deaaa681aa
commit 0ff18f58fa
1 changed files with 3 additions and 1 deletions

View File

@ -22,7 +22,9 @@
*/
#include "config.h"
#include <float.h>
#ifdef HAVE_FLOAT_H
# include <float.h>
#endif
#include "wined3d_private.h"
WINE_DEFAULT_DEBUG_CHANNEL(d3d);