From 0aa96e0a23064eb3d2a041c2acebd30855d5245e Mon Sep 17 00:00:00 2001 From: George Hazan Date: Sat, 26 Jul 2014 16:33:40 +0000 Subject: same parameter for clist_blind git-svn-id: http://svn.miranda-ng.org/main/trunk@9949 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/Clist_blind/src/commonheaders.h | 1 + 1 file changed, 1 insertion(+) (limited to 'plugins/Clist_blind/src/commonheaders.h') diff --git a/plugins/Clist_blind/src/commonheaders.h b/plugins/Clist_blind/src/commonheaders.h index 45df80cf73..47cb30cb48 100644 --- a/plugins/Clist_blind/src/commonheaders.h +++ b/plugins/Clist_blind/src/commonheaders.h @@ -51,6 +51,7 @@ struct ClcData : public ClcDataBase // shared vars extern HINSTANCE g_hInst; +extern CLIST_INTERFACE coreCli; /* most free()'s are invalid when the code is executed from a dll, so this changes all the bad free()'s to good ones, however it's still incorrect code. The reasons for not -- cgit v1.2.3