summaryrefslogtreecommitdiff
path: root/src/core/stduserinfo/main.cpp
diff options
context:
space:
mode:
authorGeorge Hazan <george.hazan@gmail.com>2012-07-07 17:49:11 +0000
committerGeorge Hazan <george.hazan@gmail.com>2012-07-07 17:49:11 +0000
commitdf656428f5b67f4fcdb824d56792519f1ff4c9b5 (patch)
treee16a7cdce46b47a27cda98da46619e270cc97160 /src/core/stduserinfo/main.cpp
parentc1852dd801390e08fc6372501556270a20c8439e (diff)
- finally problem with dynamic UserInfoEx load solved completely
git-svn-id: http://svn.miranda-ng.org/main/trunk@818 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'src/core/stduserinfo/main.cpp')
-rw-r--r--src/core/stduserinfo/main.cpp2
1 files changed, 2 insertions, 0 deletions
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;
}