Module: wine Branch: master Commit: c0f7eaa8f9e5145ef5c9d9f95ba53d7f0663843d URL: http://source.winehq.org/git/wine.git/?a=commit;h=c0f7eaa8f9e5145ef5c9d9f95b...
Author: Stefan Leichter Stefan.Leichter@camline.com Date: Tue Dec 27 21:57:03 2011 +0100
wine.inf: Add registry key for DiskDrive class.
---
tools/wine.inf.in | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/tools/wine.inf.in b/tools/wine.inf.in index 2fdd3b7..bc7d673 100644 --- a/tools/wine.inf.in +++ b/tools/wine.inf.in @@ -437,6 +437,8 @@ HKLM,System\CurrentControlSet\Control\ContentIndex\Language\Neutral,"StemmerClas HKLM,System\CurrentControlSet\Control\ContentIndex\Language\Neutral,"Locale",0x10003,0
[ControlClass] +HKLM,System\CurrentControlSet\Control\Class{4d36e967-e325-11ce-bfc1-08002be10318},,,"Disk drives" +HKLM,System\CurrentControlSet\Control\Class{4d36e967-e325-11ce-bfc1-08002be10318},"Class",,"DiskDrive" HKLM,System\CurrentControlSet\Control\Class{4d36e978-e325-11ce-bfc1-08002be10318},,,"Ports (COM & LPT)" HKLM,System\CurrentControlSet\Control\Class{4d36e978-e325-11ce-bfc1-08002be10318},"Class",,"Ports" HKLM,System\CurrentControlSet\Control\Class{6bdd1fc6-810f-11d0-bec7-08002be2092f},,,"Imaging devices"