X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/3d94765e6ee6011ac8e4ecfd81760a127aa3e716..35c2acd4a81a3b41ced9253f744a00e64de2a423:/include/wx/platform.h?ds=sidebyside diff --git a/include/wx/platform.h b/include/wx/platform.h index 4df0aa5ab4..2e0320a144 100644 --- a/include/wx/platform.h +++ b/include/wx/platform.h @@ -58,8 +58,6 @@ can autodetect everything we need if _WIN32 is defined */ #if defined(__CYGWIN__) && defined(__WINDOWS__) - /* for Cygwin, a build of wxMSW, or a build with -mno-cygwin is treated - * as a Windows build. Otherwise it is treated as a unix compiler. */ # ifndef __WXMSW__ # define __WXMSW__ # endif @@ -474,12 +472,6 @@ # include "wx/msw/wince/libraries.h" #endif -/* Force inclusion of main PalmOS header: */ -#ifdef __WXPALMOS__ -# include -# undef Abs -#endif - /* This macro can be used to test the gcc version and can be used like this: @@ -502,6 +494,7 @@ ( defined( __CYGWIN__ ) && defined( __WINDOWS__ ) ) || \ (defined(__WATCOMC__) && __WATCOMC__ >= 1200) ) && \ !defined(__DOS__) && \ + !defined(__WXOS2__) && \ !defined(__WXMOTIF__) && \ !defined(__WXGTK__) && \ !defined(__WXX11__) && \ @@ -568,4 +561,3 @@ #endif #endif /* _WX_PLATFORM_H_ */ -