]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/platform.h
added stock buttons support
[wxWidgets.git] / 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