]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/palmos/prefconf.h
get rid of wxMimeTypesManager::ReadMailcap and wxMimeTypesManager::ReadMimeTypes...
[wxWidgets.git] / include / wx / palmos / prefconf.h
index 6f7a5af4de92dd0588c87df234c1d67a6d217491..dabcaef369e0c3f40d83ba688ac226db1ff8f9cc 100644 (file)
 #ifndef _PREFCONF_H_
 #define _PREFCONF_H_
 
+#include "wx/defs.h"
+
+#if wxUSE_CONFIG
+
 // ----------------------------------------------------------------------------
 // wxPrefConfig
 // ----------------------------------------------------------------------------
@@ -87,5 +91,6 @@ private:
   DECLARE_ABSTRACT_CLASS(wxPrefConfig)
 };
 
-#endif // _PREFCONF_H_
+#endif // wxUSE_CONFIG
 
+#endif // _PREFCONF_H_