]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/platform.h
use iostream.h and not iostream with OpenWatcom (part of patch 910058)
[wxWidgets.git] / include / wx / platform.h
index 80690215fc2b53c44e41682186a54722b8a008b1..7d172e745ac0f36f0ca9ad7e0390481fb74c4dd0 100644 (file)
 #if defined(_MSC_VER) && (_MSC_VER >= 1310)
 #    undef wxUSE_IOSTREAMH
 #    define wxUSE_IOSTREAMH 0
-#elif defined(__DMC__)
+#elif defined(__DMC__) || defined(__WATCOMC__)
 #    undef wxUSE_IOSTREAMH
 #    define wxUSE_IOSTREAMH 1
 #endif /* compilers not supporting iostream.h */