X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/cf6fa9b9ad72ef4f816a11aaee4dd456928af1f8..6cffbf02c02c6df717dab7635c4b2031ed4d3414:/include/wx/platform.h diff --git a/include/wx/platform.h b/include/wx/platform.h index 2d9c7d6a3c..7d172e745a 100644 --- a/include/wx/platform.h +++ b/include/wx/platform.h @@ -152,7 +152,10 @@ # endif #endif /* wxUSE_UNICODE */ - +#if defined( __MWERKS__ ) && !defined(__INTEL__) +// otherwise MSL headers bring in WIN32 dependant APIs +#undef UNICODE +#endif /* some compilers don't support iostream.h any longer, while some of theme are not updated with yet, so override the users setting here @@ -161,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 */ @@ -308,7 +311,7 @@ /* to be changed for Win64! */ # ifndef __WIN32__ -# define __WIN16__ +# error "__WIN32__ should be defined for Win32 and Win64, Win16 is not supported" # endif /* @@ -357,6 +360,11 @@ # endif #endif +/* Force linking against required libraries under Windows CE: */ +#ifdef __WXWINCE__ +# include "wx/msw/wince/libraries.h" +#endif + /* This macro can be used to test the gcc version and can be used like this: