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

Alexandre Julliard julliard at winehq.org
Thu Oct 3 15:18:01 CDT 2013


Module: wine
Branch: master
Commit: b0ccc355c39bf63d9fb79cbbfbd64fb238e55fb9
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=b0ccc355c39bf63d9fb79cbbfbd64fb238e55fb9

Author: Francois Gouget <fgouget at 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);




More information about the wine-cvs mailing list