mirror of
https://github.com/reactos/wine.git
synced 2024-11-24 20:30:01 +00:00
mountmgr.sys: Add tracking of fixed harddisk devices.
This commit is contained in:
parent
eb3904d02b
commit
49f1d5f7c8
@ -264,6 +264,7 @@ static NTSTATUS define_unix_drive( const void *in_buff, SIZE_T insize )
|
||||
case DRIVE_REMOTE: type = DEVICE_NETWORK; break;
|
||||
case DRIVE_CDROM: type = DEVICE_CDROM; break;
|
||||
case DRIVE_RAMDISK: type = DEVICE_RAMDISK; break;
|
||||
case DRIVE_FIXED: type = DEVICE_HARDDISK_VOL; break;
|
||||
}
|
||||
return add_dos_device( letter - 'a', NULL, device, mount_point, type );
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user