Commit aa96c58d authored by Dmitry Timoshkov's avatar Dmitry Timoshkov Committed by Alexandre Julliard

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

parent 2c557b9b
......@@ -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 */
};
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment