From df656428f5b67f4fcdb824d56792519f1ff4c9b5 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Sat, 7 Jul 2012 17:49:11 +0000 Subject: - finally problem with dynamic UserInfoEx load solved completely git-svn-id: http://svn.miranda-ng.org/main/trunk@818 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- src/core/stduserinfo/main.cpp | 2 ++ src/core/stduserinfo/stduserinfo_10.vcxproj | 1 + src/core/stduserinfo/stduserinfo_10.vcxproj.filters | 3 +++ 3 files changed, 6 insertions(+) (limited to 'src/core') diff --git a/src/core/stduserinfo/main.cpp b/src/core/stduserinfo/main.cpp index 88ed31e921..0dc541834a 100644 --- a/src/core/stduserinfo/main.cpp +++ b/src/core/stduserinfo/main.cpp @@ -21,6 +21,7 @@ with this program; if not, write to the Free Software Foundation, Inc., #include "commonheaders.h" +int LoadContactsModule(void); int LoadUserInfoModule(void); CLIST_INTERFACE* pcli; @@ -75,6 +76,7 @@ extern "C" int __declspec(dllexport) Load(void) enableThemeDialogTexture = (pfnEnableThemeDialogTexture)GetProcAddress(hThemeAPI, "EnableThemeDialogTexture"); } + LoadContactsModule(); LoadUserInfoModule(); return 0; } diff --git a/src/core/stduserinfo/stduserinfo_10.vcxproj b/src/core/stduserinfo/stduserinfo_10.vcxproj index b2e30b6ff8..cead8b4c53 100644 --- a/src/core/stduserinfo/stduserinfo_10.vcxproj +++ b/src/core/stduserinfo/stduserinfo_10.vcxproj @@ -201,6 +201,7 @@ Create + diff --git a/src/core/stduserinfo/stduserinfo_10.vcxproj.filters b/src/core/stduserinfo/stduserinfo_10.vcxproj.filters index ac101b1384..abd2924e59 100644 --- a/src/core/stduserinfo/stduserinfo_10.vcxproj.filters +++ b/src/core/stduserinfo/stduserinfo_10.vcxproj.filters @@ -30,6 +30,9 @@ Source Files + + Source Files + -- cgit v1.2.3