Fixed issues with Windows XP/2000 using different CRT DLLs on build time causing a completely broken EXE

This commit is contained in:
Vulpovile
2023-11-01 18:10:56 -07:00
parent a75f7bf381
commit 03ab7122c3
2 changed files with 5 additions and 0 deletions

View File

@@ -5,4 +5,9 @@
<assemblyIdentity type="win32" name="Microsoft.Windows.Common-Controls" version="6.0.0.0" processorArchitecture="*" publicKeyToken="6595b64144ccf1df" language="*"/>
</dependentAssembly>
</dependency>
<dependency>
<dependentAssembly>
<assemblyIdentity type="win32" name="Microsoft.VC80.CRT" version="8.0.50727.6195" processorArchitecture="x86" publicKeyToken="1fc8b3b9a1e18e3b"></assemblyIdentity>
</dependentAssembly>
</dependency>
</assembly>