* path.cc: Change MOUNT_AUTO to MOUNT_CYGDRIVE throughout.
* shared_info.h (CURR_MOUNT_MAGIC): Update.
This commit is contained in:
@ -41,7 +41,7 @@ class mount_item
|
||||
|
||||
#define MOUNT_VERSION 27 // increment when mount table changes and
|
||||
#define MOUNT_VERSION_MAGIC CYGWIN_VERSION_MAGIC (MOUNT_MAGIC, MOUNT_VERSION)
|
||||
#define CURR_MOUNT_MAGIC 0x41e0
|
||||
#define CURR_MOUNT_MAGIC 0xf4e5
|
||||
#define MOUNT_INFO_CB 16488
|
||||
|
||||
class reg_key;
|
||||
|
Reference in New Issue
Block a user