mirror of
git://source.winehq.org/git/wine.git
synced 2024-11-05 18:01:34 +00:00
ole32: Use absolute key path in create_classes_root_hkey.
Signed-off-by: Jacek Caban <jacek@codeweavers.com> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
parent
0a5f0f7420
commit
a1cc980bcb
1 changed files with 2 additions and 1 deletions
|
@ -331,7 +331,8 @@ static NTSTATUS create_key( HKEY *retkey, ACCESS_MASK access, OBJECT_ATTRIBUTES
|
|||
}
|
||||
|
||||
static const WCHAR classes_rootW[] =
|
||||
{'M','a','c','h','i','n','e','\\','S','o','f','t','w','a','r','e','\\','C','l','a','s','s','e','s',0};
|
||||
{'\\','R','e','g','i','s','t','r','y','\\','M','a','c','h','i','n','e',
|
||||
'\\','S','o','f','t','w','a','r','e','\\','C','l','a','s','s','e','s',0};
|
||||
|
||||
static HKEY classes_root_hkey;
|
||||
|
||||
|
|
Loading…
Reference in a new issue