X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/9869734d0431a29732006119f2d4ed35af70ca9b..f305c661926d1686aedad884a4ccb311e1cee6be:/include/wx/confbase.h diff --git a/include/wx/confbase.h b/include/wx/confbase.h index c2b371f88c..7e6cfeacf2 100644 --- a/include/wx/confbase.h +++ b/include/wx/confbase.h @@ -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