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
This commit is contained in:
@@ -132,7 +132,7 @@
|
|||||||
|
|
||||||
/*
|
/*
|
||||||
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.
|
in such case.
|
||||||
*/
|
*/
|
||||||
#if defined(_MSC_VER) && (_MSC_VER >= 1310)
|
#if defined(_MSC_VER) && (_MSC_VER >= 1310)
|
||||||
@@ -140,7 +140,7 @@
|
|||||||
# define wxUSE_IOSTREAMH 0
|
# define wxUSE_IOSTREAMH 0
|
||||||
#elif defined(__DMC__)
|
#elif defined(__DMC__)
|
||||||
# undef wxUSE_IOSTREAMH
|
# undef wxUSE_IOSTREAMH
|
||||||
# define wxUSE_IOSTREAMH 1
|
# define wxUSE_IOSTREAMH 1
|
||||||
#endif /* compilers not supporting iostream.h */
|
#endif /* compilers not supporting iostream.h */
|
||||||
|
|
||||||
/*
|
/*
|
||||||
@@ -209,9 +209,6 @@
|
|||||||
|
|
||||||
# ifdef __EMX__
|
# ifdef __EMX__
|
||||||
# define OS2EMX_PLAIN_CHAR
|
# define OS2EMX_PLAIN_CHAR
|
||||||
# ifdef __INNOTEK_LIBC__
|
|
||||||
# define wxSIZE_T_IS_UINT
|
|
||||||
# endif
|
|
||||||
# endif
|
# endif
|
||||||
|
|
||||||
/* define __HPUX__ for HP-UX where standard macro is __hpux */
|
/* define __HPUX__ for HP-UX where standard macro is __hpux */
|
||||||
|
Reference in New Issue
Block a user