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);
remove windows.h dependency. Filip said it couldn't be done, so please
watch out for flying pigs and hell freezing over
Modified: trunk/reactos/subsys/win32k/w32k.h
_____
Modified: trunk/reactos/subsys/win32k/w32k.h
--- trunk/reactos/subsys/win32k/w32k.h 2005-06-30 16:17:45 UTC (rev
16348)
+++ trunk/reactos/subsys/win32k/w32k.h 2005-06-30 16:20:40 UTC (rev
16349)
@@ -19,8 +19,6 @@
#include <ddk/ntifs.h>
#include <ddk/winddi.h>
#include <ddk/ntddmou.h>
-#include <windows.h> /* FIXME ? */
-//#include <windowsx.h> /* FIXME ? */
#include <ndk/ntndk.h>
/* FIXME: ReactOS will be R-Rated if I really write what I'm about to
*/