X-Git-Url: http://git.jankratochvil.net/?a=blobdiff_plain;f=include%2Fwin32k%2Fmath.h;h=164b27e74cca372a96a5aa915672522eecabf60a;hb=a3df8bf1429570e0bd6c6428f6ed80073578cf4b;hp=81a7f66b5a9b7d453b325e299caf918e607b9183;hpb=7c0db166f81fbe8c8b913d7f26048e337d383605;p=reactos.git diff --git a/include/win32k/math.h b/include/win32k/math.h index 81a7f66..164b27e 100644 --- a/include/win32k/math.h +++ b/include/win32k/math.h @@ -23,11 +23,13 @@ * $Date$ * */ -// added modfl +/* added modfl */ #ifndef _MATH_H_ #define _MATH_H_ +#include_next + #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);