Zebediah Figura : wine.inf: Map the Devices section of win.ini to the registry.

Alexandre Julliard julliard at winehq.org
Thu Jul 23 16:36:56 CDT 2020


Module: wine
Branch: master
Commit: 96115da054d2a1f142df121eb79c4a912505fc70
URL:    https://source.winehq.org/git/wine.git/?a=commit;h=96115da054d2a1f142df121eb79c4a912505fc70

Author: Zebediah Figura <z.figura12 at gmail.com>
Date:   Mon Jul 20 21:50:49 2020 -0500

wine.inf: Map the Devices section of win.ini to the registry.

Signed-off-by: Zebediah Figura <z.figura12 at gmail.com>
Signed-off-by: Huw Davies <huw at codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

 loader/wine.inf.in | 1 +
 1 file changed, 1 insertion(+)

diff --git a/loader/wine.inf.in b/loader/wine.inf.in
index 23b91af480..65b224c37f 100644
--- a/loader/wine.inf.in
+++ b/loader/wine.inf.in
@@ -565,6 +565,7 @@ HKLM,%CurrentVersionNT%\FontSubstitutes,,16
 HKLM,%CurrentVersionNT%\Gre_Initialize,,16
 HKLM,%CurrentVersionNT%\Hotfix\Q246009,"Installed",,"1"
 HKLM,%CurrentVersionNT%\Image File Execution Options,,16
+HKLM,%CurrentVersionNT%\IniFileMapping\win.ini,"devices",,"USR:Software\Microsoft\Windows NT\CurrentVersion\Devices"
 HKLM,%CurrentVersionNT%\IniFileMapping\win.ini\windows,,,"USR:Software\Microsoft\Windows NT\CurrentVersion\Windows"
 HKLM,%CurrentVersionNT%\IniFileMapping\win.ini\windows,"CursorBlinkRate",,"USR:Control Panel\Desktop"
 HKLM,%CurrentVersionNT%\LanguagePack,,16




More information about the wine-cvs mailing list