git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26082
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
/*
some compilers don't support iostream.h any longer, while some of theme
/*
some compilers don't support iostream.h any longer, while some of theme
- are not updated with <iostream> yet, so override the users setting here
+ are not updated with <iostream> yet, so override the users setting here
in such case.
*/
#if defined(_MSC_VER) && (_MSC_VER >= 1310)
in such case.
*/
#if defined(_MSC_VER) && (_MSC_VER >= 1310)
# define wxUSE_IOSTREAMH 0
#elif defined(__DMC__)
# undef wxUSE_IOSTREAMH
# define wxUSE_IOSTREAMH 0
#elif defined(__DMC__)
# undef wxUSE_IOSTREAMH
-# define wxUSE_IOSTREAMH 1
+# define wxUSE_IOSTREAMH 1
#endif /* compilers not supporting iostream.h */
/*
#endif /* compilers not supporting iostream.h */
/*
# ifdef __EMX__
# define OS2EMX_PLAIN_CHAR
# 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 */
# endif
/* define __HPUX__ for HP-UX where standard macro is __hpux */