X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/b45f79ecbf5236ce4158fa3eaa52111d9e6822e0..da75a14e72a6455df1f580afd694070c4467449e:/include/wx/mac/chkconf.h diff --git a/include/wx/mac/chkconf.h b/include/wx/mac/chkconf.h index d6cf626111..916c162574 100644 --- a/include/wx/mac/chkconf.h +++ b/include/wx/mac/chkconf.h @@ -21,6 +21,12 @@ # endif #endif +#if wxUSE_STACKWALKER + /* not supported under Mac */ +# undef wxUSE_STACKWALKER +# define wxUSE_STACKWALKER 0 +#endif /* wxUSE_STACKWALKER */ + #ifdef __WXMAC_CLASSIC__ # include "wx/mac/classic/chkconf.h" #else