]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/platform.h
cleanup - added whitespace around operators, some blank lines, fixed comment typos...
[wxWidgets.git] / 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