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

Zebediah Figura z.figura12 at gmail.com
Wed Nov 25 20:20:45 CST 2020


Signed-off-by: Zebediah Figura <z.figura12 at gmail.com>
---
 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,
-- 
2.29.2




More information about the wine-devel mailing list