X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/b45f79ecbf5236ce4158fa3eaa52111d9e6822e0..9d5507f7a2701395e1d5c121bd877bb9066ee6ea:/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