This commit is contained in:
João Moreno 2020-05-27 16:19:26 +02:00
parent b1029cc2bc
commit 07e8e500a1
No known key found for this signature in database
GPG key ID: 896B853774D1A575

View file

@ -1010,8 +1010,8 @@ begin
end;
#endif
#if "user" == InstallTarget && "arm64" != Arch
#if "ia32" == Arch
#if "user" == InstallTarget
#if "ia32" == Arch || "arm64" == Arch
#define IncompatibleArchRootKey "HKLM32"
#else
#define IncompatibleArchRootKey "HKLM64"