From 1705dfe26353057e4fa274280ff9552840ea9aab Mon Sep 17 00:00:00 2001 From: George Hazan Date: Thu, 4 Apr 2013 15:08:55 +0000 Subject: Non-IM contacts: - 64-bit adaptation; - icons migrated to icolib; - various cleaning git-svn-id: http://svn.miranda-ng.org/main/trunk@4301 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/Non-IM Contact/src/commonheaders.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'plugins/Non-IM Contact/src/commonheaders.h') diff --git a/plugins/Non-IM Contact/src/commonheaders.h b/plugins/Non-IM Contact/src/commonheaders.h index a512a40b06..e46847faf7 100644 --- a/plugins/Non-IM Contact/src/commonheaders.h +++ b/plugins/Non-IM Contact/src/commonheaders.h @@ -39,6 +39,7 @@ struct DLGTEMPLATEEX #include #include #include +#include #include #include #include @@ -72,7 +73,7 @@ struct DLGTEMPLATEEX //General extern HINSTANCE hInst; extern int LCStatus; -static HANDLE hWindowList=NULL; +extern IconItem icoList[]; //Services.c INT_PTR GetLCCaps(WPARAM wParam,LPARAM lParam); -- cgit v1.2.3