X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/2ca2357dedb9a43bd4c0f9c01e8e7ed6bf19a2d2..f644bc116bbe46d6ab609a44c05835dc4d87ba02:/include/wx/platform.h diff --git a/include/wx/platform.h b/include/wx/platform.h index 1b6b013d9b..b796ce8ecf 100644 --- a/include/wx/platform.h +++ b/include/wx/platform.h @@ -72,6 +72,12 @@ #endif #if defined(__PALMOS__) +# if __PALMOS__ == 0x06000000 +# define __WXPALMOS6__ +# endif +# if __PALMOS__ == 0x05000000 +# define __WXPALMOS5__ +# endif # ifndef __WXPALMOS__ # define __WXPALMOS__ # endif @@ -543,6 +549,8 @@ #if defined (__WXMAC__) # if ( !defined(__MACH__) || ( defined(__BIG_ENDIAN__) && __BIG_ENDIAN__ ) ) # define WORDS_BIGENDIAN 1 +# else +# undef WORDS_BIGENDIAN # endif #endif