]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/palmos/prefconf.h
Add RunScript and implement on all backends. Document and add a very simple unit...
[wxWidgets.git] / include / wx / palmos / prefconf.h
index 6f7a5af4de92dd0588c87df234c1d67a6d217491..537808c4c46714f856180298ef595b5e396b5d9e 100644 (file)
@@ -6,12 +6,16 @@
 // Created:     28.12.2004
 // RCS-ID:      $Id$
 // Copyright:   (c) Wlodzimierz Skiba
 // Created:     28.12.2004
 // RCS-ID:      $Id$
 // Copyright:   (c) Wlodzimierz Skiba
-// License:     wxWindows licence
+// Licence:     wxWindows licence
 ///////////////////////////////////////////////////////////////////////////////
 
 #ifndef _PREFCONF_H_
 #define _PREFCONF_H_
 
 ///////////////////////////////////////////////////////////////////////////////
 
 #ifndef _PREFCONF_H_
 #define _PREFCONF_H_
 
+#include "wx/defs.h"
+
+#if wxUSE_CONFIG
+
 // ----------------------------------------------------------------------------
 // wxPrefConfig
 // ----------------------------------------------------------------------------
 // ----------------------------------------------------------------------------
 // wxPrefConfig
 // ----------------------------------------------------------------------------
@@ -87,5 +91,6 @@ private:
   DECLARE_ABSTRACT_CLASS(wxPrefConfig)
 };
 
   DECLARE_ABSTRACT_CLASS(wxPrefConfig)
 };
 
-#endif // _PREFCONF_H_
+#endif // wxUSE_CONFIG
 
 
+#endif // _PREFCONF_H_