Skip to content

Commit 97c6eb6

Browse files
authored
Enable ComCtl32.dll v6 via launcher executables (#321)
Fixes #320
1 parent 219c3e6 commit 97c6eb6

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/pymanager/default.manifest

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,10 @@
1717
<longPathAware xmlns="http://schemas.microsoft.com/SMI/2016/WindowsSettings">true</longPathAware>
1818
</windowsSettings>
1919
</application>
20+
<dependency>
21+
<dependentAssembly>
22+
<assemblyIdentity type="win32" name="Microsoft.Windows.Common-Controls"
23+
version="6.0.0.0" processorArchitecture="*" publicKeyToken="6595b64144ccf1df" language="*" />
24+
</dependentAssembly>
25+
</dependency>
2026
</assembly>

0 commit comments

Comments
 (0)