[ros-diffs] [ion] 16350: Math.c wasn't using the pch header,
thanks for the catch, Steven
ion at svn.reactos.com
ion at svn.reactos.com
Thu Jun 30 18:31:19 CEST 2005
Math.c wasn't using the pch header, thanks for the catch, Steven
Modified: trunk/reactos/subsys/win32k/misc/math.c
_____
Modified: trunk/reactos/subsys/win32k/misc/math.c
--- trunk/reactos/subsys/win32k/misc/math.c 2005-06-30 16:20:40 UTC
(rev 16349)
+++ trunk/reactos/subsys/win32k/misc/math.c 2005-06-30 16:31:15 UTC
(rev 16350)
@@ -18,8 +18,7 @@
write to the Free Software Foundation, Inc., 59 Temple Place - Suite
330,
Boston, MA 02111-1307, USA. */
-#include <windows.h>
-#include <stdlib.h>
+#include <w32k.h>
double atan (double __x);
double atan2 (double __y, double __x);
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://www.reactos.org/pipermail/ros-diffs/attachments/20050630/fb47e44c/attachment.html
More information about the Ros-diffs
mailing list