X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/7275146d4d0ee1e2b7b459c383572faec5c4f5c2..25e6c06102002096af07247b792861add112a4e5:/include/wx/platform.h diff --git a/include/wx/platform.h b/include/wx/platform.h index c78751eee6..6c2ceecbb5 100644 --- a/include/wx/platform.h +++ b/include/wx/platform.h @@ -19,7 +19,7 @@ Codewarrior doesn't define any Windows symbols until some headers are included */ -#if __MWERKS__ +#ifdef __MWERKS__ # include #endif @@ -472,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: @@ -500,6 +494,7 @@ ( defined( __CYGWIN__ ) && defined( __WINDOWS__ ) ) || \ (defined(__WATCOMC__) && __WATCOMC__ >= 1200) ) && \ !defined(__DOS__) && \ + !defined(__WXOS2__) && \ !defined(__WXMOTIF__) && \ !defined(__WXGTK__) && \ !defined(__WXX11__) && \ @@ -566,4 +561,3 @@ #endif #endif /* _WX_PLATFORM_H_ */ -