]> git.saurik.com Git - wxWidgets.git/commitdiff
wxUSE_IOSTREAMH always 0 for MinGW (finally closed patch #910058)
authorWłodzimierz Skiba <abx@abx.art.pl>
Mon, 9 Aug 2004 13:08:56 +0000 (13:08 +0000)
committerWłodzimierz Skiba <abx@abx.art.pl>
Mon, 9 Aug 2004 13:08:56 +0000 (13:08 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@28723 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

include/wx/platform.h

index 6518f7396d35c9e6fefe1917e28d3509478aae1b..c7ec88649666d691d8a908f5be3ff01d9d8e16da 100644 (file)
 #elif defined(__DMC__) || defined(__WATCOMC__)
 #    undef wxUSE_IOSTREAMH
 #    define wxUSE_IOSTREAMH 1
-#endif /* compilers not supporting iostream.h */
+#elif defined(__MINGW32__)
+#    undef wxUSE_IOSTREAMH
+#    define wxUSE_IOSTREAMH 0
+#endif /* compilers with/without iostream.h */
 
 /*
    old C++ headers (like <iostream.h>) declare classes in the global namespace