Zebediah Figura : mountmgr.sys: Add a comment advertising the HKLM\Software\Wine\Ports registry key.

Alexandre Julliard julliard at winehq.org
Thu Nov 26 16:30:59 CST 2020


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

Author: Zebediah Figura <z.figura12 at gmail.com>
Date:   Wed Nov 25 20:20:45 2020 -0600

mountmgr.sys: Add a comment advertising the HKLM\Software\Wine\Ports registry key.

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

---

 dlls/mountmgr.sys/device.c | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/dlls/mountmgr.sys/device.c b/dlls/mountmgr.sys/device.c
index 6db088f11ee..ed345d110a4 100644
--- a/dlls/mountmgr.sys/device.c
+++ b/dlls/mountmgr.sys/device.c
@@ -2067,6 +2067,8 @@ static void create_port_devices( DRIVER_OBJECT *driver )
     }
     p += 3;
 
+    /* @@ Wine registry key: HKLM\Software\Wine\Ports */
+
     RegCreateKeyExW( HKEY_LOCAL_MACHINE, ports_keyW, 0, NULL, 0,
                      KEY_QUERY_VALUE, NULL, &wine_ports_key, NULL );
     RegCreateKeyExW( HKEY_LOCAL_MACHINE, windows_ports_key_name, 0, NULL, REG_OPTION_VOLATILE,




More information about the wine-cvs mailing list