From e89a8f4030443506d4f40d1a3bc6a8cec65531e7 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Sun, 25 Nov 2012 21:12:45 +0000 Subject: compilation fix git-svn-id: http://svn.miranda-ng.org/main/trunk@2501 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/StatusPlugins/KeepStatus/main.cpp | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'plugins/StatusPlugins/KeepStatus/main.cpp') diff --git a/plugins/StatusPlugins/KeepStatus/main.cpp b/plugins/StatusPlugins/KeepStatus/main.cpp index 8766d489b3..972b144d5f 100644 --- a/plugins/StatusPlugins/KeepStatus/main.cpp +++ b/plugins/StatusPlugins/KeepStatus/main.cpp @@ -30,9 +30,8 @@ HANDLE hCSModuleLoadedHook = NULL; HANDLE hConnectionEvent = NULL; HANDLE hStopRecon = NULL, hEnableProto = NULL, hIsProtoEnabled = NULL, hAnnounceStat = NULL; - HINSTANCE hInst; - +CLIST_INTERFACE *pcli; ///////////////////////////////////////////////////////////////////////////////////////// // dll entry point @@ -79,8 +78,8 @@ INT_PTR AnnounceStatusChangeService(WPARAM wParam, LPARAM lParam); extern "C" int __declspec(dllexport) Load(void) { - mir_getLP( &pluginInfoEx ); + pcli = (CLIST_INTERFACE*)CallService( MS_CLIST_RETRIEVE_INTERFACE, 0, 0); InitCommonStatus(); -- cgit v1.2.3