summaryrefslogtreecommitdiff
path: root/plugins/SecureIM/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/SecureIM/main.cpp')
-rw-r--r--plugins/SecureIM/main.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/plugins/SecureIM/main.cpp b/plugins/SecureIM/main.cpp
index 461d903bd0..7fe9483c11 100644
--- a/plugins/SecureIM/main.cpp
+++ b/plugins/SecureIM/main.cpp
@@ -1,6 +1,6 @@
#include "commonheaders.h"
-PLUGINLINK *pluginLink;
+
int hLangpack = 0;
extern "C" BOOL APIENTRY DllMain(HINSTANCE hInst, DWORD dwReason, LPVOID) {
@@ -79,9 +79,9 @@ HANDLE AddSubItem(HANDLE rootid,LPCSTR name,int pos,int poppos,LPCSTR service,WP
}
-int __cdecl Load(PLUGINLINK *link) {
+int __cdecl Load(void) {
+
- pluginLink = link;
DisableThreadLibraryCalls(g_hInst);
InitializeCriticalSection(&localQueueMutex);