]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/confbase.h
ok, putting it back... not everybody has autoheader
[wxWidgets.git] / include / wx / confbase.h
index c2b371f88c0f81e9ed84c77173b73539edab2aed..7e6cfeacf2dfc7406a1bb90a80d785d1ce58b97f 100644 (file)
@@ -56,7 +56,8 @@
 enum
 {
     wxCONFIG_USE_LOCAL_FILE = 1,
-    wxCONFIG_USE_GLOBAL_FILE = 2
+    wxCONFIG_USE_GLOBAL_FILE = 2,
+    wxCONFIG_USE_RELATIVE_PATH = 4
 };
 
 // ----------------------------------------------------------------------------
@@ -73,7 +74,7 @@ extern wxString wxExpandEnvVars(const wxString &sz);
 /*
   Split path into parts removing '..' in progress
  */
-extern void wxSplitPath(wxArrayString& aParts, const char *sz);
+extern void wxSplitPath(wxArrayString& aParts, const wxChar *sz);
 
 // ----------------------------------------------------------------------------
 // abstract base class wxConfigBase which defines the interface for derived