]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/init.cpp
Better alphabetized the event handler macros
[wxWidgets.git] / src / common / init.cpp
index aaa186cc16bbb31fd8931b224ac1c2e671bac892..459d37a7cccfb1d8a7b1067fe3abf5f2629f9569 100644 (file)
@@ -433,6 +433,8 @@ int wxEntry(int& argc, wxChar **argv)
     {
 #ifdef __WXWINCE__
         ::ExitThread(3); // the same exit code as abort()
+#elif __PALMOS__
+        return -1;
 #else
         ::ExitProcess(3); // the same exit code as abort()
 #endif