X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/c4912010a97555e06b4a7c103123132e754c036c..068993c7efdb9020c5752f29b62ed5090f4caac2:/include/wx/mac/setup0.h diff --git a/include/wx/mac/setup0.h b/include/wx/mac/setup0.h index 4af40eb0b6..6e7e8dd596 100644 --- a/include/wx/mac/setup0.h +++ b/include/wx/mac/setup0.h @@ -1074,9 +1074,6 @@ #undef wxUSE_STD_IOSTREAM // CS: I have to set this to 0 now, as shared builds are having problems #define wxUSE_STD_IOSTREAM 0 - - #undef wxUSE_STACKWALKER - #define wxUSE_STACKWALKER 0 #endif // things not implemented under Mac @@ -1089,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