* path.cc (mount_info::conv_to_win32_path): Avoid returning error if cygdrive
== '/'. (mount_info::cygdrive_win32_path): Return 0 if invalid cygdrive path.
This commit is contained in:
@ -44,7 +44,7 @@ details. */
|
||||
/* The current cygwin version is 1.3.6 */
|
||||
|
||||
#define CYGWIN_VERSION_DLL_MAJOR 1003
|
||||
#define CYGWIN_VERSION_DLL_MINOR 6
|
||||
#define CYGWIN_VERSION_DLL_MINOR 7
|
||||
|
||||
/* Major numbers before CYGWIN_VERSION_DLL_EPOCH are
|
||||
incompatible. */
|
||||
|
Reference in New Issue
Block a user