X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/d086c633ad593a3f0ed60f4345e18bb783964901..432ea998aa3d7f33c23c08aafcf13dcd4378634e:/include/wx/platform.h diff --git a/include/wx/platform.h b/include/wx/platform.h index 53a452ecc0..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