]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/log.h
more DG-UX compilation fixes (thanks to Benjamin Beckwith)
[wxWidgets.git] / include / wx / log.h
index ec849d8df93ab4708310a2825614f13028795649..db595e7664c1c59cf1c46ca4ffebfc4f15277209 100644 (file)
@@ -57,13 +57,13 @@ class WXDLLEXPORT wxLogFrame;
 class WXDLLEXPORT wxFrame;
 
 #if wxUSE_IOSTREAMH
-// N.B. BC++ doesn't have istream.h, ostream.h
-#  include <iostream.h>
+    // N.B. BC++ doesn't have istream.h, ostream.h
+#   include <iostream.h>
 #else
-#  include <ostream>
-#  ifdef _MSC_VER
-      using namespace std;
-#  endif
+#   include <ostream>
+#   if defined(__VISUALC__) || defined(__MWERKS__)
+        using namespace std;
+#   endif
 #endif
 
 // ----------------------------------------------------------------------------