wined3d: Fix compilation on systems that don't define INFINITY or NAN.

This commit is contained in:
Francois Gouget 2013-10-03 16:03:17 +02:00 committed by Alexandre Julliard
parent 94dece4c0c
commit b0ccc355c3
1 changed files with 1 additions and 0 deletions

View File

@ -17,6 +17,7 @@
*/
#include "config.h"
#include "wine/port.h"
#include "wined3d_private.h"
WINE_DEFAULT_DEBUG_CHANNEL(d3d);