* path.cc: Change MOUNT_AUTO to MOUNT_CYGDRIVE throughout.

* shared_info.h (CURR_MOUNT_MAGIC): Update.
This commit is contained in:
Christopher Faylor
2002-06-09 00:48:38 +00:00
parent 60a3d46123
commit a004a5b8fb
3 changed files with 16 additions and 11 deletions

View File

@ -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;