]> git.saurik.com Git - wxWidgets.git/commitdiff
workaround for CW problems
authorStefan Csomor <csomor@advancedconcepts.ch>
Wed, 20 Apr 2005 14:19:54 +0000 (14:19 +0000)
committerStefan Csomor <csomor@advancedconcepts.ch>
Wed, 20 Apr 2005 14:19:54 +0000 (14:19 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33780 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

include/wx/mac/setup0.h

index 179122ea6dfd41ff49a98de7a8e38fc116be8608..4af40eb0b6aaeff3bf529891c8a8ce7fe7364d83 100644 (file)
 // override some settings for Metrowerks
 //
 // VZ: isn't this file only used when building with Metrowerks anyhow?
+// CS: no, it is also used by the XCode projects 
 #ifdef __MWERKS__
     #undef wxUSE_DEBUG_CONTEXT
     #define wxUSE_DEBUG_CONTEXT 1
 
     #undef wxUSE_STD_IOSTREAM
-    #define wxUSE_STD_IOSTREAM  1
+    // 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