Skip to content

Commit 78bd957

Browse files
committed
[[ Win x86_64 ]] Load 64 bit COMCTL32.dll
This patch updates the windows manifest for the installer so that it will load the correct architecture version of COMCTL32.dll.
1 parent fcd5a44 commit 78bd957

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

builder/windows_manifest.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,6 @@
1818
</trustInfo>
1919

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

0 commit comments

Comments
 (0)