From dc89f3c178e56f225bc755e2ef41ced75740931d Mon Sep 17 00:00:00 2001 From: Vadim Dashevskiy Date: Mon, 23 Sep 2013 16:08:19 +0000 Subject: compilation fix (patch by person) git-svn-id: http://svn.miranda-ng.org/main/trunk@6194 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/AutoShutdown/shutdown_10.vcxproj | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'plugins') diff --git a/plugins/AutoShutdown/shutdown_10.vcxproj b/plugins/AutoShutdown/shutdown_10.vcxproj index 4f6cd5f826..1518ed9509 100644 --- a/plugins/AutoShutdown/shutdown_10.vcxproj +++ b/plugins/AutoShutdown/shutdown_10.vcxproj @@ -154,8 +154,8 @@ true true false - $(ProfileDir)..\..\bin11\lib - comctl32.lib;UxTheme.lib;%(AdditionalDependencies) + $(ProfileDir)..\..\bin10\lib + comctl32.lib;UxTheme.lib;Shlwapi.lib;%(AdditionalDependencies) /PDBALTPATH:%_PDB% -- cgit v1.2.3