Bugzilla – Attachment 2702 Details for
Bug 8826
Не назначается сетевой тип диска в winecfg
EN
|
RU
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Дбавление недостающей строки в device_types из device.c:44
0001-Winecfg-Fix-of-incorrect-add-a-network-drive.patch (text/plain), 896 bytes, created by
Данил Плешаков
on 2012-11-26 14:42:38 MSK
(
hide
)
Description:
Дбавление недостающей строки в device_types из device.c:44
Filename:
MIME Type:
Creator:
Данил Плешаков
Created:
2012-11-26 14:42:38 MSK
Size:
896 bytes
patch
obsolete
>From 212a85502cf4c945e6ebfb8765d9ed700664b4b5 Mon Sep 17 00:00:00 2001 >From: Danil Pleshakov <darkdan@etersoft.ru> >Date: Mon, 26 Nov 2012 14:38:49 +0400 >Subject: [PATCH] Winecfg: Fix of incorrect add a network drive. (eterbug #8826) > >--- > dlls/mountmgr.sys/device.c | 1 + > 1 file changed, 1 insertion(+) > >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 */ > }; >-- >1.7.12.4 >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 8826
: 2702