Commit c970b263 authored by Brendan McGrath's avatar Brendan McGrath Committed by Alexandre Julliard

advapi32: Don't create a WoW6432 MachineGuid.

parent 0ab71185
......@@ -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)
{
......
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