Skip to content
This repository has been archived by the owner on Aug 31, 2021. It is now read-only.

Commit

Permalink
[[ Win x86_64 ]] Load 64 bit COMCTL32.dll
Browse files Browse the repository at this point in the history
This patch updates the windows manifest for the installer so that it will
load the correct architecture version of COMCTL32.dll.
  • Loading branch information
montegoulding committed May 2, 2019
1 parent fcd5a44 commit 78bd957
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion builder/windows_manifest.xml
Expand Up @@ -18,6 +18,6 @@
</trustInfo>

<dependency><dependentAssembly>
<assemblyIdentity type="win32" name="Microsoft.Windows.Common-Controls" version="6.0.0.0" processorArchitecture="X86" publicKeyToken="6595b64144ccf1df" language="*" />
<assemblyIdentity type="win32" name="Microsoft.Windows.Common-Controls" version="6.0.0.0" processorArchitecture="*" publicKeyToken="6595b64144ccf1df" language="*" />
</dependentAssembly></dependency>
</assembly>

0 comments on commit 78bd957

Please sign in to comment.