diff options
author | George Hazan <george.hazan@gmail.com> | 2015-06-20 08:42:37 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2015-06-20 08:42:37 +0000 |
commit | 1607e029384e76949e0de333f3b043a21dea2313 (patch) | |
tree | 2606f6937de3749c984f315ce4052ecd53c381d8 /plugins/ShellExt | |
parent | 7d8e2f768d10fbf9e82c8748e34380eec0dce366 (diff) |
mir_app should also delayed too
git-svn-id: http://svn.miranda-ng.org/main/trunk@14282 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/ShellExt')
-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>
|