]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/defs.h
added methods for sequential scan of wxTextFile: Get{First|Next|Prev|Last}Line
[wxWidgets.git] / 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&);