]> git.saurik.com Git - wxWidgets.git/commitdiff
forcefully disable wxUSE_STACKWALKER
authorVadim Zeitlin <vadim@wxwidgets.org>
Sat, 30 Jul 2005 00:34:05 +0000 (00:34 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sat, 30 Jul 2005 00:34:05 +0000 (00:34 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@35012 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

include/wx/mac/chkconf.h

index d6cf62611110e9260b4311ccfb8ca30ef31a390f..916c1625748da628bdf31b02b22cae35dc430974 100644 (file)
 #    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