From: Chris Elliott Date: Tue, 2 Mar 2004 11:03:07 +0000 (+0000) Subject: part of SF patch #904166 (DMC fix) X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/fb21f36d92cf952c34cbde3099e2c2c34ab96df7 part of SF patch #904166 (DMC fix) git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26027 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/include/wx/platform.h b/include/wx/platform.h index 5c7ad3b8a6..586e483781 100644 --- a/include/wx/platform.h +++ b/include/wx/platform.h @@ -131,12 +131,16 @@ /* - some compilers don't support iostream.h any longer, so override the users - setting here in such case. + some compilers don't support iostream.h any longer, while some of theme + are not updated with yet, so override the users setting here + in such case. */ #if defined(_MSC_VER) && (_MSC_VER >= 1310) # undef wxUSE_IOSTREAMH # define wxUSE_IOSTREAMH 0 +#elif defined(__DMC__) +# undef wxUSE_IOSTREAMH +# define wxUSE_IOSTREAMH 1 #endif /* compilers not supporting iostream.h */ /*