Module: wine Branch: master Commit: b0ccc355c39bf63d9fb79cbbfbd64fb238e55fb9 URL: http://source.winehq.org/git/wine.git/?a=commit;h=b0ccc355c39bf63d9fb79cbbfb...
Author: Francois Gouget fgouget@free.fr Date: Thu Oct 3 16:03:17 2013 +0200
wined3d: Fix compilation on systems that don't define INFINITY or NAN.
---
dlls/wined3d/cs.c | 1 + 1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/dlls/wined3d/cs.c b/dlls/wined3d/cs.c index 176f36b..e4ec0e8 100644 --- a/dlls/wined3d/cs.c +++ b/dlls/wined3d/cs.c @@ -17,6 +17,7 @@ */
#include "config.h" +#include "wine/port.h" #include "wined3d_private.h"
WINE_DEFAULT_DEBUG_CHANNEL(d3d);