]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/defs.h
* Fixes.
[wxWidgets.git] / include / wx / defs.h
index 23efce8e35b78f1ded784b1ad88ecaa3ef8de200..f3eb99881ed7b5bef169db8c047c54e1f64a496b 100644 (file)
@@ -290,8 +290,8 @@ WXDLLEXPORT_DATA(extern const bool) wxFalse;
 
 // where should i put this? we need to make sure of this as it breaks
 // the <iostream> code.
-#if !wxUSE_IOSTREAMH && WXDEBUG
-#undef WXDEBUG
+#if !wxUSE_IOSTREAMH && defined(__WXDEBUG__)
+#undef __WXDEBUG__
 #endif
 
 // Callback function type definition