]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/init.cpp
Moved print dialog data conversion code
[wxWidgets.git] / src / common / init.cpp
index 80e2c7bc5e16b0b9a283a66bfcec1127bf286db4..459d37a7cccfb1d8a7b1067fe3abf5f2629f9569 100644 (file)
@@ -312,7 +312,7 @@ bool wxEntryStart(int& argc, char **argv)
 // clean up
 // ----------------------------------------------------------------------------
 
 // clean up
 // ----------------------------------------------------------------------------
 
-// cleanup done before destroying wxTheApp 
+// cleanup done before destroying wxTheApp
 static void DoCommonPreCleanup()
 {
 #if wxUSE_LOG
 static void DoCommonPreCleanup()
 {
 #if wxUSE_LOG
@@ -433,6 +433,8 @@ int wxEntry(int& argc, wxChar **argv)
     {
 #ifdef __WXWINCE__
         ::ExitThread(3); // the same exit code as abort()
     {
 #ifdef __WXWINCE__
         ::ExitThread(3); // the same exit code as abort()
+#elif __PALMOS__
+        return -1;
 #else
         ::ExitProcess(3); // the same exit code as abort()
 #endif
 #else
         ::ExitProcess(3); // the same exit code as abort()
 #endif