diff options
author | MikalaiR <nikolay.romanovich@narod.ru> | 2015-04-16 14:14:21 +0000 |
---|---|---|
committer | MikalaiR <nikolay.romanovich@narod.ru> | 2015-04-16 14:14:21 +0000 |
commit | bc163d5a92e2e8cbed401b299a68f39b91810ffc (patch) | |
tree | a9b16bde9987e50b8d6562dca678d0ada8eff48f /protocols/SkypeWeb/src/main.cpp | |
parent | 8bd2456f654ef5eea44fcf4ad6ce5f7107f7d829 (diff) |
SkypeWeb: Chats support part 2.1.
git-svn-id: http://svn.miranda-ng.org/main/trunk@12861 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/SkypeWeb/src/main.cpp')
-rw-r--r-- | protocols/SkypeWeb/src/main.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/protocols/SkypeWeb/src/main.cpp b/protocols/SkypeWeb/src/main.cpp index 3c95a3cf8f..3b21efafb8 100644 --- a/protocols/SkypeWeb/src/main.cpp +++ b/protocols/SkypeWeb/src/main.cpp @@ -18,6 +18,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. #include "common.h"
int hLangpack;
+XML_API xi;
TIME_API tmi = { 0 };
HINSTANCE g_hInstance;
@@ -68,6 +69,8 @@ extern "C" int __declspec(dllexport) Load(void) HookEvent(ME_SYSTEM_MODULESLOADED, &CSkypeProto::OnModulesLoaded);
+ mir_getXI(&xi);
+
return 0;
}
|