From: Vadim Zeitlin Date: Thu, 15 Apr 2004 23:02:43 +0000 (+0000) Subject: use iostream.h and not iostream with OpenWatcom (part of patch 910058) X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/5c9f6bf455c4a27161fce95688eeffe4e958e696 use iostream.h and not iostream with OpenWatcom (part of patch 910058) git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26822 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/include/wx/platform.h b/include/wx/platform.h index 80690215fc..7d172e745a 100644 --- a/include/wx/platform.h +++ b/include/wx/platform.h @@ -164,7 +164,7 @@ #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 */