From: Vadim Zeitlin Date: Sat, 30 Jul 2005 00:34:05 +0000 (+0000) Subject: forcefully disable wxUSE_STACKWALKER X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/d74358bc4102e5056875dd36b880b7911ef91d55?ds=sidebyside forcefully disable wxUSE_STACKWALKER git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@35012 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- 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