]> git.saurik.com Git - wxWidgets.git/blobdiff - src/generic/notebook.cpp
Incomplete setup build fix.
[wxWidgets.git] / src / generic / notebook.cpp
index 19b7b08a517c9d97c6d5a8ef99a6c1c55bc6d4cc..69f7bdd794c5c6a45ca270fc3547a06aaaf66e8e 100644 (file)
@@ -17,8 +17,6 @@
 // headers
 // ----------------------------------------------------------------------------
 
-#ifndef __PALMOS__
-
 #if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
 #pragma implementation "notebook.h"
 #endif
@@ -34,6 +32,8 @@
 #pragma hdrstop
 #endif
 
+#ifndef __WXPALMOS__
+
 #include  "wx/string.h"
 #include  "wx/log.h"
 #include  "wx/settings.h"
@@ -708,4 +708,4 @@ bool wxNotebookTabView::OnTabPreActivate(int activateId, int deactivateId)
   return retval;
 }
 
-#endif // __PALMOS__
+#endif // __WXPALMOS__