diff options
author | George Hazan <ghazan@miranda.im> | 2017-11-26 00:02:29 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2017-11-26 00:02:29 +0300 |
commit | d99628ac9cb165250a8575533507457a7d4c5f75 (patch) | |
tree | ad640dd803243bef89612a662003537fad93adf7 /src | |
parent | 78940b7b3c2d09985556b47fb9903364ef306a83 (diff) |
more dlls to be loaded dynamically
Diffstat (limited to 'src')
-rw-r--r-- | src/miranda32/miranda32.vcxproj | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/miranda32/miranda32.vcxproj b/src/miranda32/miranda32.vcxproj index 4b98d8c685..9e727b1e65 100644 --- a/src/miranda32/miranda32.vcxproj +++ b/src/miranda32/miranda32.vcxproj @@ -40,8 +40,8 @@ <AdditionalManifestFiles>res/miranda32.exe.manifest</AdditionalManifestFiles>
</Manifest>
<Link>
- <DelayLoadDLLs Condition="'$(Configuration)'=='Release'">VCRUNTIME140.dll</DelayLoadDLLs>
- <DelayLoadDLLs Condition="'$(Configuration)'=='Debug'">ucrtbased.dll;VCRUNTIME140d.dll</DelayLoadDLLs>
+ <DelayLoadDLLs Condition="'$(Configuration)'=='Release'">api-ms-win-crt-heap-l1-1-0.dll;api-ms-win-crt-locale-l1-1-0.dll;api-ms-win-crt-math-l1-1-0.dll;api-ms-win-crt-stdio-l1-1-0.dll;api-ms-win-crt-runtime-l1-1-0.dll;VCRUNTIME140.dll</DelayLoadDLLs>
+ <DelayLoadDLLs Condition="'$(Configuration)'=='Debug'">api-ms-win-crt-heap-l1-1-0.dll;api-ms-win-crt-locale-l1-1-0.dll;api-ms-win-crt-math-l1-1-0.dll;api-ms-win-crt-stdio-l1-1-0.dll;api-ms-win-crt-runtime-l1-1-0.dll;ucrtbased.dll;VCRUNTIME140d.dll</DelayLoadDLLs>
<AdditionalManifestDependencies>type=%27win32%27 name=%27Microsoft.Windows.Common-Controls%27 version=%276.0.0.0%27 processorArchitecture=%27*%27 publicKeyToken=%276595b64144ccf1df%27 language=%27*%27;type=%27win32%27 name=%27Microsoft.Windows.Gdiplus%27 version=%271.0.0.0%27 processorArchitecture=%27*%27 publicKeyToken=%276595b64144ccf1df%27 language=%27*%27;%(AdditionalManifestDependencies)</AdditionalManifestDependencies>
</Link>
</ItemDefinitionGroup>
|