From 63ccc65902257c448abcb5d1bd2278a46e62a23d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?W=C5=82odzimierz=20Skiba?= Date: Fri, 24 Mar 2006 13:41:27 +0000 Subject: [PATCH] Allow easier PalmOS5 development by volounteers. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@38345 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- include/wx/platform.h | 6 ++++++ 1 file changed, 6 insertions(+) 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