diff options
| author | George Hazan <ghazan@miranda.im> | 2019-04-24 15:24:11 +0300 |
|---|---|---|
| committer | George Hazan <ghazan@miranda.im> | 2019-04-24 15:24:11 +0300 |
| commit | bf95ecabe893a0dac65d4906df3ff2ebf0e5a0ca (patch) | |
| tree | 98ffd596dd84fb382fb0b0c6029a47954d4ae0e7 /plugins/ShellExt/shellext.vcxproj | |
| parent | af206b4db260512719cb2771f234b9d7975a3727 (diff) | |
fixes #1923 (ShellExt doesn't work in Windows 64)
Diffstat (limited to 'plugins/ShellExt/shellext.vcxproj')
| -rw-r--r-- | plugins/ShellExt/shellext.vcxproj | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/plugins/ShellExt/shellext.vcxproj b/plugins/ShellExt/shellext.vcxproj index e8a667e49d..1f1a087db3 100644 --- a/plugins/ShellExt/shellext.vcxproj +++ b/plugins/ShellExt/shellext.vcxproj @@ -29,6 +29,8 @@ <Link>
<AdditionalDependencies>delayimp.lib;%(AdditionalDependencies)</AdditionalDependencies>
<DelayLoadDLLs>mir_core.mir;mir_app.mir</DelayLoadDLLs>
+ <DelayLoadDLLs Condition="'$(Configuration)'=='Debug'">ucrtbased.dll;VCRUNTIME140D.dll;%(DelayLoadDLLs)</DelayLoadDLLs>
+ <DelayLoadDLLs Condition="'$(Configuration)'=='Release'">ucrtbase.dll;VCRUNTIME140.dll;%(DelayLoadDLLs)</DelayLoadDLLs>
<ModuleDefinitionFile>src/ShellExt.def</ModuleDefinitionFile>
</Link>
</ItemDefinitionGroup>
|
