X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/a1c34a786ac5b9acca84296a62a86ac8da9ec376..2b84e565c6c26711e245bab5d4ce0fe1fe3e4078:/include/wx/filefn.h diff --git a/include/wx/filefn.h b/include/wx/filefn.h index e03a102705..a0fd19d272 100644 --- a/include/wx/filefn.h +++ b/include/wx/filefn.h @@ -258,6 +258,10 @@ WXDLLEXPORT bool wxRmdir(const wxString& dir, int flags = 0); #define wxFILE_SEP_PATH_DOS wxT('\\') #define wxFILE_SEP_PATH_UNIX wxT('/') #define wxFILE_SEP_PATH_MAC wxT(':') +#define wxFILE_SEP_PATH_VMS wxT('/') //This is the Unix way, but somtimes + //users will give the VMS native paths + //and than a ']' is needed. + // Jouk // separator in the path list (as in PATH environment variable) // there is no PATH variable in Classic Mac OS so just use the