Commit 0ff18f58 authored by Francois Gouget's avatar Francois Gouget Committed by Alexandre Julliard

wined3d: Protect float.h inclusion.

parent deaaa681
......@@ -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);
......
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