diff options
-rw-r--r-- | plugins/ShellExt/shellext.vcxproj | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/ShellExt/shellext.vcxproj b/plugins/ShellExt/shellext.vcxproj index 48ae786488..e8a667e49d 100644 --- a/plugins/ShellExt/shellext.vcxproj +++ b/plugins/ShellExt/shellext.vcxproj @@ -28,7 +28,7 @@ <ItemDefinitionGroup>
<Link>
<AdditionalDependencies>delayimp.lib;%(AdditionalDependencies)</AdditionalDependencies>
- <DelayLoadDLLs>mir_core.mir</DelayLoadDLLs>
+ <DelayLoadDLLs>mir_core.mir;mir_app.mir</DelayLoadDLLs>
<ModuleDefinitionFile>src/ShellExt.def</ModuleDefinitionFile>
</Link>
</ItemDefinitionGroup>
|