From 5c9f6bf455c4a27161fce95688eeffe4e958e696 Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Thu, 15 Apr 2004 23:02:43 +0000 Subject: [PATCH] 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 --- include/wx/platform.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 */ -- 2.50.0