fix broken include in dlls/d3d8/device.c

Greg Turner gmturner007 at ameritech.net
Fri Oct 11 22:01:14 CDT 2002


Changelog: fix broken "math.h" include in dlls/d3d8/device.c
License: MS EULA (j/k)

Index: dlls/d3d8/device.c
===================================================================
RCS file: /home/wine/wine/dlls/d3d8/device.c,v
retrieving revision 1.3
diff -u -r1.3 device.c
--- dlls/d3d8/device.c  11 Oct 2002 23:31:07 -0000      1.3
+++ dlls/d3d8/device.c  12 Oct 2002 03:00:34 -0000
@@ -23,7 +23,7 @@
 #include "winuser.h"
 #include "wingdi.h"
 #include "wine/debug.h"
-#include "math.h"
+#include <math.h>

 #include "d3d8_private.h"


-- 
gmt

"It has been well said that really up-to-date liberals
do not care what people do, as long as it is compulsory."

-George F. Will




More information about the wine-patches mailing list