From: Włodzimierz Skiba Date: Fri, 24 Mar 2006 13:41:27 +0000 (+0000) Subject: Allow easier PalmOS5 development by volounteers. X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/63ccc65902257c448abcb5d1bd2278a46e62a23d?ds=inline Allow easier PalmOS5 development by volounteers. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@38345 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- 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