diff options
author | George Hazan <george.hazan@gmail.com> | 2013-04-04 15:08:55 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2013-04-04 15:08:55 +0000 |
commit | 1705dfe26353057e4fa274280ff9552840ea9aab (patch) | |
tree | 6951b185f50c09ea8c6400cd96ded4866cde45fd /plugins/Non-IM Contact/src/commonheaders.h | |
parent | 814f6082b4fa4b4c7c31edba2e1a63bfeaf71828 (diff) |
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
Diffstat (limited to 'plugins/Non-IM Contact/src/commonheaders.h')
-rw-r--r-- | plugins/Non-IM Contact/src/commonheaders.h | 3 |
1 files changed, 2 insertions, 1 deletions
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 <m_protomod.h>
#include <m_database.h>
#include <m_system.h>
+#include <m_icolib.h>
#include <m_protocols.h>
#include <m_userinfo.h>
#include <m_options.h>
@@ -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);
|