mountmgr.sys: Add a missing entry for DEVICE_DVD to match mountmgr.h enumeration types.
This commit is contained in:
parent
2c557b9b5f
commit
aa96c58db5
|
@ -48,6 +48,7 @@ static const WCHAR drive_types[][8] =
|
|||
{'h','d',0}, /* DEVICE_HARDDISK_VOL */
|
||||
{'f','l','o','p','p','y',0}, /* DEVICE_FLOPPY */
|
||||
{'c','d','r','o','m',0}, /* DEVICE_CDROM */
|
||||
{'c','d','r','o','m',0}, /* DEVICE_DVD */
|
||||
{'n','e','t','w','o','r','k',0}, /* DEVICE_NETWORK */
|
||||
{'r','a','m','d','i','s','k',0} /* DEVICE_RAMDISK */
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue