X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/d897635497a2f396d1972d7584e83bf3e64b0b95..94d0d21a15fa73ac426480d195d16ee04caf2de8:/include/wx/math.h diff --git a/include/wx/math.h b/include/wx/math.h index b7096cbfdb..121a59062b 100644 --- a/include/wx/math.h +++ b/include/wx/math.h @@ -57,9 +57,9 @@ #if defined(__VISUALC__) || defined(__BORLANDC__) || defined(__WATCOMC__) #include #define wxFinite(x) _finite(x) -#elif defined(__GNUG__)||defined(__GNUWIN32__)||defined(__DJGPP__)|| \ +#elif ( defined(__GNUG__)||defined(__GNUWIN32__)||defined(__DJGPP__)|| \ defined(__SGI_CC__)||defined(__SUNCC__)||defined(__XLC__)|| \ - defined(__HPUX__)||defined(__MWERKS__) + defined(__HPUX__)||defined(__MWERKS__) ) && ( !defined(wxOSX_USE_IPHONE) || wxOSX_USE_IPHONE == 0 ) #ifdef __SOLARIS__ #include #endif