Committing in .
Modified Files: wxWindows/setup.h_vms wxWindows/include/wx/filefn.h wxWindows/include/wx/filename.h wxWindows/src/common/descrip.mms wxWindows/src/common/filename.cpp Updates for OpenVMS, -Updated copmpile support for new files/features -First version of OpenVMS file support (wxPATH_VMS). (will need a lot of testing on OpenVMS systems) ---------------------------------------------------------------------- git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@12621 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -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
|
||||
|
@@ -51,6 +51,7 @@ enum wxPathFormat
|
||||
wxPATH_UNIX,
|
||||
wxPATH_MAC,
|
||||
wxPATH_DOS,
|
||||
wxPATH_VMS,
|
||||
|
||||
wxPATH_BEOS = wxPATH_UNIX,
|
||||
wxPATH_WIN = wxPATH_DOS,
|
||||
|
Reference in New Issue
Block a user