]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/mac/setup0.h
Permission for flood-fill code clarified
[wxWidgets.git] / include / wx / mac / setup0.h
index 4af40eb0b6aaeff3bf529891c8a8ce7fe7364d83..6e7e8dd596f6d1a2097a7b874bbb71e62025d42d 100644 (file)
     #undef wxUSE_STD_IOSTREAM
     // CS: I have to set this to 0 now, as shared builds are having problems 
     #define wxUSE_STD_IOSTREAM  0
-
-    #undef wxUSE_STACKWALKER
-    #define wxUSE_STACKWALKER 0
 #endif
 
 // things not implemented under Mac
 #undef wxUSE_TOGGLEBTN
 #define wxUSE_TOGGLEBTN 0
 
+#undef wxUSE_STACKWALKER
+#define wxUSE_STACKWALKER 0
+
 // wxWebKit is a wrapper for Apple's WebKit framework, use it if you want to
 // embed the Safari browser control
 // 0 by default because of Jaguar compatibility problems