From 6e05bfee48c12fcbe2a4533b47d56a58c91c3424 Mon Sep 17 00:00:00 2001 From: Kirill Volinsky Date: Sun, 29 Sep 2013 07:20:54 +0000 Subject: no need load dll when lib linked old code about chat.dll removed from tabsrmm git-svn-id: http://svn.miranda-ng.org/main/trunk@6266 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/SmileyAdd/SmileyAdd_10.vcxproj | 4 ---- plugins/SmileyAdd/SmileyAdd_11.vcxproj | 4 ---- plugins/SmileyAdd/src/general.cpp | 1 - 3 files changed, 9 deletions(-) (limited to 'plugins/SmileyAdd') diff --git a/plugins/SmileyAdd/SmileyAdd_10.vcxproj b/plugins/SmileyAdd/SmileyAdd_10.vcxproj index 4849a15ab7..e9c91aed19 100644 --- a/plugins/SmileyAdd/SmileyAdd_10.vcxproj +++ b/plugins/SmileyAdd/SmileyAdd_10.vcxproj @@ -95,7 +95,6 @@ false true $(IntDir)$(TargetName).lib - mir_core.dll;gdiplus.dll;%(DelayLoadDLLs) $(ProfileDir)..\..\bin10\lib @@ -124,7 +123,6 @@ true $(IntDir)$(TargetName).lib Windows - mir_core.dll;gdiplus.dll;%(DelayLoadDLLs) $(ProfileDir)..\..\bin10\lib @@ -160,7 +158,6 @@ $(IntDir)$(TargetName).lib true Windows - mir_core.dll;gdiplus.dll;%(DelayLoadDLLs) $(ProfileDir)..\..\bin10\lib /PDBALTPATH:%_PDB% @@ -196,7 +193,6 @@ $(IntDir)$(TargetName).lib true Windows - mir_core.dll;gdiplus.dll;%(DelayLoadDLLs) $(ProfileDir)..\..\bin10\lib /PDBALTPATH:%_PDB% diff --git a/plugins/SmileyAdd/SmileyAdd_11.vcxproj b/plugins/SmileyAdd/SmileyAdd_11.vcxproj index 30ec5a3491..b60d3de8f6 100644 --- a/plugins/SmileyAdd/SmileyAdd_11.vcxproj +++ b/plugins/SmileyAdd/SmileyAdd_11.vcxproj @@ -99,7 +99,6 @@ false true $(IntDir)$(TargetName).lib - mir_core.dll;gdiplus.dll;%(DelayLoadDLLs) $(ProfileDir)..\..\bin11\lib false @@ -129,7 +128,6 @@ true $(IntDir)$(TargetName).lib Windows - mir_core.dll;gdiplus.dll;%(DelayLoadDLLs) $(ProfileDir)..\..\bin11\lib @@ -165,7 +163,6 @@ $(IntDir)$(TargetName).lib true Windows - mir_core.dll;gdiplus.dll;%(DelayLoadDLLs) $(ProfileDir)..\..\bin11\lib @@ -200,7 +197,6 @@ $(IntDir)$(TargetName).lib true Windows - mir_core.dll;gdiplus.dll;%(DelayLoadDLLs) $(ProfileDir)..\..\bin11\lib diff --git a/plugins/SmileyAdd/src/general.cpp b/plugins/SmileyAdd/src/general.cpp index 18cc673032..0fa8cc9612 100644 --- a/plugins/SmileyAdd/src/general.cpp +++ b/plugins/SmileyAdd/src/general.cpp @@ -232,7 +232,6 @@ void DestroyGdiPlus(void) if (g_gdiplusToken != 0) { Gdiplus::GdiplusShutdown(g_gdiplusToken); - __FUnloadDelayLoadedDLL2("gdiplus.dll"); g_gdiplusToken = 0; } } -- cgit v1.2.3