[Wine-patches] mountmgr: Fix of incorrect add a network drive.
Данил Плешаков
darkdan на etersoft.ru
Ср Ноя 28 19:12:56 MSK 2012
This patch fix array device_types in device.c, where was missing string
"dvd". This is was cause of incorrect value of device type in registry.
--
diff --git a/dlls/mountmgr.sys/device.c b/dlls/mountmgr.sys/device.c
index 8367cba..7e38b51 100644
--- a/dlls/mountmgr.sys/device.c
+++ b/dlls/mountmgr.sys/device.c
@@ -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 */
+ {'d','v','d',0}, /* DEVICE_DVD */
{'n','e','t','w','o','r','k',0}, /* DEVICE_NETWORK */
{'r','a','m','d','i','s','k',0} /* DEVICE_RAMDISK */
};
--
Подробная информация о списке рассылки Wine-patches