mountmgr.sys: Add a comment advertising the HKLM\Software\Wine\Ports registry key.
Signed-off-by: Zebediah Figura <z.figura12@gmail.com> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
parent
6de7c227ed
commit
067c077277
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue