From 81e8caf42867b65677efe2bffaa52ecff7303c3a Mon Sep 17 00:00:00 2001 From: George Hazan Date: Wed, 27 Jun 2012 13:58:25 +0000 Subject: no more pluginLink in load() git-svn-id: http://svn.miranda-ng.org/main/trunk@652 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- protocols/JabberG/jabber.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'protocols/JabberG') diff --git a/protocols/JabberG/jabber.cpp b/protocols/JabberG/jabber.cpp index a5f21e2613..a325778bcd 100644 --- a/protocols/JabberG/jabber.cpp +++ b/protocols/JabberG/jabber.cpp @@ -41,7 +41,7 @@ Last change by : $Author: borkra $ #include "m_extraicons.h" HINSTANCE hInst; -PLUGINLINK *pluginLink; + int hLangpack; int g_cbCountries; @@ -224,9 +224,9 @@ static int jabberProtoUninit( CJabberProto* ppro ) return 0; } -extern "C" int __declspec( dllexport ) Load( PLUGINLINK *link ) +extern "C" int __declspec( dllexport ) Load( ) { - pluginLink = link; + // set the memory, lists & utf8 managers mir_getXI( &xi ); -- cgit v1.2.3