]> git.saurik.com Git - wxWidgets.git/commitdiff
Allow easier PalmOS5 development by volounteers.
authorWłodzimierz Skiba <abx@abx.art.pl>
Fri, 24 Mar 2006 13:41:27 +0000 (13:41 +0000)
committerWłodzimierz Skiba <abx@abx.art.pl>
Fri, 24 Mar 2006 13:41:27 +0000 (13:41 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@38345 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

include/wx/platform.h

index 53a452ecc052335f2909ce36f3a3126605b09e20..b796ce8ecfdcb170c43b990eb2d9beb7e9245a90 100644 (file)
 #endif
 
 #if defined(__PALMOS__)
+#   if __PALMOS__ == 0x06000000
+#       define __WXPALMOS6__
+#   endif
+#   if __PALMOS__ == 0x05000000
+#       define __WXPALMOS5__
+#   endif
 #   ifndef __WXPALMOS__
 #       define __WXPALMOS__
 #   endif