forcefully disable wxUSE_STACKWALKER

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@35012 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2005-07-30 00:34:05 +00:00
parent 0818de2d5b
commit d74358bc41

View File

@@ -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