From bf95ecabe893a0dac65d4906df3ff2ebf0e5a0ca Mon Sep 17 00:00:00 2001 From: George Hazan Date: Wed, 24 Apr 2019 15:24:11 +0300 Subject: fixes #1923 (ShellExt doesn't work in Windows 64) --- plugins/ShellExt/shellext.vcxproj | 2 ++ 1 file changed, 2 insertions(+) (limited to 'plugins/ShellExt/shellext.vcxproj') 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 @@ delayimp.lib;%(AdditionalDependencies) mir_core.mir;mir_app.mir + ucrtbased.dll;VCRUNTIME140D.dll;%(DelayLoadDLLs) + ucrtbase.dll;VCRUNTIME140.dll;%(DelayLoadDLLs) src/ShellExt.def -- cgit v1.2.3