From: David Webster Date: Thu, 4 Mar 2004 14:25:04 +0000 (+0000) Subject: Remove the Innotek for OS/2 addition...configure now deals with this correctly on... X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/31bb37a246396b7384818e3d0dfd3f89545e47a1 Remove the Innotek for OS/2 addition...configure now deals with this correctly on it's own git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26082 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/include/wx/platform.h b/include/wx/platform.h index 9cb9554af7..d1c131e03e 100644 --- a/include/wx/platform.h +++ b/include/wx/platform.h @@ -132,7 +132,7 @@ /* some compilers don't support iostream.h any longer, while some of theme - are not updated with yet, so override the users setting here + are not updated with yet, so override the users setting here in such case. */ #if defined(_MSC_VER) && (_MSC_VER >= 1310) @@ -140,7 +140,7 @@ # define wxUSE_IOSTREAMH 0 #elif defined(__DMC__) # undef wxUSE_IOSTREAMH -# define wxUSE_IOSTREAMH 1 +# define wxUSE_IOSTREAMH 1 #endif /* compilers not supporting iostream.h */ /* @@ -209,9 +209,6 @@ # ifdef __EMX__ # define OS2EMX_PLAIN_CHAR -# ifdef __INNOTEK_LIBC__ -# define wxSIZE_T_IS_UINT -# endif # endif /* define __HPUX__ for HP-UX where standard macro is __hpux */