]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/init.cpp
added {debughlp|stackwalk}.{h|cpp}
[wxWidgets.git] / src / common / init.cpp
index 459d37a7cccfb1d8a7b1067fe3abf5f2629f9569..67112ab0501f7d909f022cea393dec1c618c66a2 100644 (file)
@@ -433,7 +433,7 @@ 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__
+#elif __WXPALMOS__
         return -1;
 #else
         ::ExitProcess(3); // the same exit code as abort()
         return -1;
 #else
         ::ExitProcess(3); // the same exit code as abort()