]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/mac/chkconf.h
Escape underscores
[wxWidgets.git] / 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