update for HEAD-2003091401
[reactos.git] / include / win32k / math.h
index 81a7f66..164b27e 100644 (file)
  * $Date$
  *
  */
-// added modfl 
+/* added modfl */
 
 #ifndef _MATH_H_
 #define _MATH_H_
 
+#include_next <math.h>
+
 #ifdef __cplusplus
 extern "C" {
 #endif
@@ -142,7 +144,10 @@ double     _yn (int n, double x);
  * Non-underscored versions of non-ANSI functions. These reside in
  * liboldnames.a. Provided for extra portability.
  */
+#if 0
+/* GCC 3.4 warns that this is not equal to it's internal definition for cabs */
 double cabs (struct _complex x);
+#endif
 double hypot (double x, double y);
 double j0 (double x);
 double j1 (double x);