]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/frame.h
Added --with-gnomeprint and its wxUSE_LIBGNOMEPRINT
[wxWidgets.git] / include / wx / frame.h
index f58e43d45d046ca13ff0deacf6cdc658338eb4fd..bd7cc361d6dfdaf00ba18bb755c284cf1658d09d 100644 (file)
@@ -250,7 +250,9 @@ protected:
 #if defined(__WXUNIVERSAL__) // && !defined(__WXMICROWIN__)
     #include "wx/univ/frame.h"
 #else // !__WXUNIVERSAL__
-    #if defined(__WXMSW__)
+    #if defined(__PALMOS__)
+        #include "wx/palmos/frame.h"
+    #elif defined(__WXMSW__)
         #include "wx/msw/frame.h"
     #elif defined(__WXGTK__)
         #include "wx/gtk/frame.h"