From dd8eb413a02d175573a30bedc01b06e5dad9af9d Mon Sep 17 00:00:00 2001 From: George Hazan Date: Sat, 2 May 2015 17:57:25 +0000 Subject: m_version.h removed git-svn-id: http://svn.miranda-ng.org/main/trunk@13383 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 99f2f760cc..f82fb49fc3 100644 --- a/protocols/SkypeWeb/src/main.cpp +++ b/protocols/SkypeWeb/src/main.cpp @@ -22,6 +22,7 @@ XML_API xi; TIME_API tmi = { 0 }; HINSTANCE g_hInstance; CLIST_INTERFACE *pcli; +char g_szMirVer[100]; PLUGININFOEX pluginInfo = { @@ -59,6 +60,8 @@ extern "C" int __declspec(dllexport) Load(void) mir_getXI(&xi); mir_getCLI(); + CallService(MS_SYSTEM_GETVERSIONTEXT, sizeof(g_szMirVer), LPARAM(g_szMirVer)); + PROTOCOLDESCRIPTOR pd = { sizeof(pd) }; pd.szName = "SKYPE"; pd.type = PROTOTYPE_PROTOCOL; -- cgit v1.2.3