]> git.saurik.com Git - wxWidgets.git/commitdiff
no message
authorUnknown (UG) <nobody@localhost>
Fri, 16 Oct 1998 14:35:50 +0000 (14:35 +0000)
committerUnknown (UG) <nobody@localhost>
Fri, 16 Oct 1998 14:35:50 +0000 (14:35 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@842 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

include/wx/defs.h

index bde33b9841290730b05325c8be9cdee2ba25929d..6271188f533447a91df56576957f58d87e98666a 100644 (file)
@@ -287,6 +287,12 @@ WXDLLEXPORT_DATA(extern const bool) wxFalse;
 #define except(x) catch(...)
 #endif
 
+// where should i put this? we need to make sure of this as it breaks
+// the <iostream> code.
+#if !wxUSE_IOSTREAMH && WXDEBUG
+#undef WXDEBUG
+#endif
+
 // Callback function type definition
 typedef void (*wxFunction) (wxObject&, wxEvent&);