]> git.saurik.com Git - wxWidgets.git/blobdiff - src/generic/notebook.cpp
Applied patch for PNG8 alpha mask.
[wxWidgets.git] / src / generic / notebook.cpp
index e4cbc77c80b8a0ae4cf75f80521657cd53f40a5e..19b7b08a517c9d97c6d5a8ef99a6c1c55bc6d4cc 100644 (file)
@@ -16,6 +16,9 @@
 // ----------------------------------------------------------------------------
 // headers
 // ----------------------------------------------------------------------------
+
+#ifndef __PALMOS__
+
 #if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
 #pragma implementation "notebook.h"
 #endif
@@ -705,3 +708,4 @@ bool wxNotebookTabView::OnTabPreActivate(int activateId, int deactivateId)
   return retval;
 }
 
+#endif // __PALMOS__