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/Quotes/Forex.cpp | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'protocols/Quotes') diff --git a/protocols/Quotes/Forex.cpp b/protocols/Quotes/Forex.cpp index f7df776ee2..47c258b259 100644 --- a/protocols/Quotes/Forex.cpp +++ b/protocols/Quotes/Forex.cpp @@ -31,7 +31,6 @@ #include "m_Quotes.h" #include "version.h" -PLUGINLINK* pluginLink = NULL; int hLangpack; HANDLE g_hEventWorkThreadStop; @@ -435,9 +434,9 @@ extern "C" return interfaces; } - int __declspec(dllexport) Load(PLUGINLINK *link) + int __declspec(dllexport) Load(void) { - pluginLink = link; + mir_getLP(&Global_pluginInfo); // if ((mirandaVersion >= 0x0800) && (1 == mir_getXI(&xi))) // { -- cgit v1.2.3