X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/102b87c250b9b64c064a097aada35eadce4fb268..2f25981069f0409ec17d3ff946870b99f918b717:/include/wx/mac/setup0.h diff --git a/include/wx/mac/setup0.h b/include/wx/mac/setup0.h index 179122ea6d..6e7e8dd596 100644 --- a/include/wx/mac/setup0.h +++ b/include/wx/mac/setup0.h @@ -1066,15 +1066,14 @@ // override some settings for Metrowerks // // VZ: isn't this file only used when building with Metrowerks anyhow? +// CS: no, it is also used by the XCode projects #ifdef __MWERKS__ #undef wxUSE_DEBUG_CONTEXT #define wxUSE_DEBUG_CONTEXT 1 #undef wxUSE_STD_IOSTREAM - #define wxUSE_STD_IOSTREAM 1 - - #undef wxUSE_STACKWALKER - #define wxUSE_STACKWALKER 0 + // CS: I have to set this to 0 now, as shared builds are having problems + #define wxUSE_STD_IOSTREAM 0 #endif // things not implemented under Mac @@ -1087,6 +1086,9 @@ #undef wxUSE_TOGGLEBTN #define wxUSE_TOGGLEBTN 0 +#undef wxUSE_STACKWALKER +#define wxUSE_STACKWALKER 0 + // wxWebKit is a wrapper for Apple's WebKit framework, use it if you want to // embed the Safari browser control // 0 by default because of Jaguar compatibility problems