From bc163d5a92e2e8cbed401b299a68f39b91810ffc Mon Sep 17 00:00:00 2001 From: MikalaiR Date: Thu, 16 Apr 2015 14:14:21 +0000 Subject: SkypeWeb: Chats support part 2.1. git-svn-id: http://svn.miranda-ng.org/main/trunk@12861 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- protocols/SkypeWeb/src/main.cpp | 3 +++ 1 file changed, 3 insertions(+) (limited to 'protocols/SkypeWeb/src/main.cpp') 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 . #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; } -- cgit v1.2.3