mountmgr.sys: Add a missing entry for DEVICE_DVD to match mountmgr.h enumeration types.

This commit is contained in:
Dmitry Timoshkov 2013-04-18 12:39:11 +09:00 committed by Alexandre Julliard
parent 2c557b9b5f
commit aa96c58db5

View file

@ -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 */
};