From faf13cdd7e8e187baa08d7f2011566519278069a Mon Sep 17 00:00:00 2001 From: Michael R Sweet Date: Tue, 3 Sep 2002 02:25:32 +0000 Subject: Tweek math header (again) for MingW... git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@2616 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- FL/math.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'FL') diff --git a/FL/math.h b/FL/math.h index 1db57ed84..6a92d7627 100644 --- a/FL/math.h +++ b/FL/math.h @@ -1,5 +1,5 @@ // -// "$Id: math.h,v 1.4.2.4.2.5 2002/07/17 15:23:58 easysw Exp $" +// "$Id: math.h,v 1.4.2.4.2.6 2002/09/03 02:25:32 easysw Exp $" // // Math header file for the Fast Light Tool Kit (FLTK). // @@ -46,7 +46,7 @@ # include # endif -# if (defined(WIN32) || defined(CRAY)) && !__MINGW32__ && !__MWERKS__ +# if (defined(WIN32) || defined(CRAY)) && !define(__MINGW32__) && !defined(__MWERKS__) inline double rint(double v) {return floor(v+.5);} inline double copysign(double a, double b) {return b<0 ? -a : a;} @@ -57,5 +57,5 @@ inline double copysign(double a, double b) {return b<0 ? -a : a;} // -// End of "$Id: math.h,v 1.4.2.4.2.5 2002/07/17 15:23:58 easysw Exp $". +// End of "$Id: math.h,v 1.4.2.4.2.6 2002/09/03 02:25:32 easysw Exp $". // -- cgit v1.2.3