Commit 067c0772 authored by Zebediah Figura's avatar Zebediah Figura Committed by Alexandre Julliard

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

parent 6de7c227
...@@ -2067,6 +2067,8 @@ static void create_port_devices( DRIVER_OBJECT *driver ) ...@@ -2067,6 +2067,8 @@ static void create_port_devices( DRIVER_OBJECT *driver )
} }
p += 3; p += 3;
/* @@ Wine registry key: HKLM\Software\Wine\Ports */
RegCreateKeyExW( HKEY_LOCAL_MACHINE, ports_keyW, 0, NULL, 0, RegCreateKeyExW( HKEY_LOCAL_MACHINE, ports_keyW, 0, NULL, 0,
KEY_QUERY_VALUE, NULL, &wine_ports_key, NULL ); KEY_QUERY_VALUE, NULL, &wine_ports_key, NULL );
RegCreateKeyExW( HKEY_LOCAL_MACHINE, windows_ports_key_name, 0, NULL, REG_OPTION_VOLATILE, RegCreateKeyExW( HKEY_LOCAL_MACHINE, windows_ports_key_name, 0, NULL, REG_OPTION_VOLATILE,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment