]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/palmos/chkconf.h
Include order fix.
[wxWidgets.git] / include / wx / palmos / chkconf.h
index d172c90ba65450bcc000ed2de94ff4b57d7702cd..18772c368e7bcd840d3671e3f7c0eeb2edfc5831 100644 (file)
 #ifndef _WX_PALMOS_CHKCONF_H_
 #define _WX_PALMOS_CHKCONF_H_
 
+#if WXWIN_COMPATIBILITY_2_4
+    #error "wxPalmOS port was introduced after 2.4.X"
+#endif
+
+#ifdef wxUSE_FILECONFIG
+    #undef wxUSE_FILECONFIG
+#endif
+#define wxUSE_FILECONFIG 0
+
 /*
  * disable the settings which don't work for some compilers
  */
@@ -21,7 +30,6 @@
 /*
  * If using PostScript-in-MSW in Univ, must enable PostScript
  */
-
 #if defined(__WXUNIVERSAL__) && wxUSE_POSTSCRIPT_ARCHITECTURE_IN_MSW && !wxUSE_POSTSCRIPT
 #undef wxUSE_POSTSCRIPT
 #define wxUSE_POSTSCRIPT 1