Allow easier PalmOS5 development by volounteers.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@38345 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Włodzimierz Skiba 2006-03-24 13:41:27 +00:00
parent 54ce9ebbd6
commit 63ccc65902

View File

@ -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