advapi32: Don't create a WoW6432 MachineGuid.

Signed-off-by: Brendan McGrath <brendan@redmandi.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
Brendan McGrath 2018-10-17 21:01:02 +11:00 committed by Alexandre Julliard
parent 0ab7118503
commit c970b263c0
1 changed files with 1 additions and 1 deletions

View File

@ -281,7 +281,7 @@ static void CRYPT_CreateMachineGuid(void)
LONG r;
HKEY key;
r = RegOpenKeyExW(HKEY_LOCAL_MACHINE, cryptographyW, 0, KEY_ALL_ACCESS,
r = RegOpenKeyExW(HKEY_LOCAL_MACHINE, cryptographyW, 0, KEY_ALL_ACCESS | KEY_WOW64_64KEY,
&key);
if (!r)
{