X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/a76fd371f7201d04ae517f69931ea2f1753a3e51..7890a36c9c34b5626ceada90956d0c69941a56af:/src/mac/carbon/pnghand.cpp diff --git a/src/mac/carbon/pnghand.cpp b/src/mac/carbon/pnghand.cpp index 9ac29da3c2..bbcfcbec45 100644 --- a/src/mac/carbon/pnghand.cpp +++ b/src/mac/carbon/pnghand.cpp @@ -9,7 +9,7 @@ // Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// -#ifdef __GNUG__ +#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA) # pragma implementation "pngread.h" # pragma implementation "pnghand.h" #endif @@ -21,12 +21,23 @@ # pragma hdrstop #endif -#if wxUSE_LIBPNG +#if 0 // wxUSE_LIBPNG #include #include #include +#if defined(__DARWIN__) +/* MW's math routines do certain things if __FP__ (the include guard around +CarbonCore's fp.h) is defined. CarbonCore's fp.h does certain things if +__cmath__ is defined so it seems the easy thing to do is to make sure +__cmath__ is effectively not defined which counteracts the MWERKS check +then when the real cmath is included everything will be okay. +*/ +#include +//#include +#endif //defined(__DARWIN__) + #if wxUSE_IOSTREAMH # include #else