From 5e4ecb158a9835d79536326835287d49f22d65f1 Mon Sep 17 00:00:00 2001 From: Kirill Volinsky Date: Fri, 18 May 2012 21:25:08 +0000 Subject: compilation fixes git-svn-id: http://svn.miranda-ng.org/main/trunk@56 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/FavContacts/favcontacts.vcxproj | 2 +- plugins/FavContacts/src/main.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'plugins/FavContacts') diff --git a/plugins/FavContacts/favcontacts.vcxproj b/plugins/FavContacts/favcontacts.vcxproj index 326056cef0..a12544ec93 100644 --- a/plugins/FavContacts/favcontacts.vcxproj +++ b/plugins/FavContacts/favcontacts.vcxproj @@ -52,7 +52,7 @@ Disabled - ../../include;../ExternalAPI;%(AdditionalIncludeDirectories) + ../../include;../../ExternalAPI;%(AdditionalIncludeDirectories) WIN32;_DEBUG;_WINDOWS;_USRDLL;FAVCONTACTS_EXPORTS;%(PreprocessorDefinitions) true EnableFastChecks diff --git a/plugins/FavContacts/src/main.cpp b/plugins/FavContacts/src/main.cpp index 1469830e4e..53e8875657 100644 --- a/plugins/FavContacts/src/main.cpp +++ b/plugins/FavContacts/src/main.cpp @@ -321,7 +321,7 @@ extern "C" __declspec(dllexport) int Load(PLUGINLINK * link) mir_getLI(&li); mir_getMMI(&mmi); mir_getUTFI(&utfi); - mir_getLP(&pluginInfoEx); + mir_getLP(&pluginInfo); g_contactCache = new CContactCache; -- cgit v1.2.3