]> git.saurik.com Git - wxWidgets.git/commitdiff
use iostream.h and not iostream with OpenWatcom (part of patch 910058)
authorVadim Zeitlin <vadim@wxwidgets.org>
Thu, 15 Apr 2004 23:02:43 +0000 (23:02 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Thu, 15 Apr 2004 23:02:43 +0000 (23:02 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26822 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

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 */