diff options
author | wishmaster51@gmail.com <wishmaster51@gmail.com@c086bb3d-8645-0410-b8da-73a8550f86e7> | 2012-03-21 15:49:00 +0000 |
---|---|---|
committer | wishmaster51@gmail.com <wishmaster51@gmail.com@c086bb3d-8645-0410-b8da-73a8550f86e7> | 2012-03-21 15:49:00 +0000 |
commit | 548903c4f9f37fbe3e1f485b6f87828262c45e9d (patch) | |
tree | 330eb52a35d03d0dc35b48ce8b47f5fb6860be21 /Plugins/historykeeper/sdk/m_metacontacts.h | |
parent | fc771dfd08bb363fb3767285ab88503edfebdf98 (diff) |
HistoryKeeper:
-x64 version
-support for costum langpacks
-updated header files
-updated copyrights
-translation fixes
-VS2010 project files
git-svn-id: http://pescuma.googlecode.com/svn/trunk/Miranda@239 c086bb3d-8645-0410-b8da-73a8550f86e7
Diffstat (limited to 'Plugins/historykeeper/sdk/m_metacontacts.h')
-rw-r--r-- | Plugins/historykeeper/sdk/m_metacontacts.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Plugins/historykeeper/sdk/m_metacontacts.h b/Plugins/historykeeper/sdk/m_metacontacts.h index 1da12b9..9f348bd 100644 --- a/Plugins/historykeeper/sdk/m_metacontacts.h +++ b/Plugins/historykeeper/sdk/m_metacontacts.h @@ -23,6 +23,10 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. #ifndef M_METACONTACTS_H__
#define M_METACONTACTS_H__ 1
+#ifndef MIID_METACONTACTS
+#define MIID_METACONTACTS {0xc0325019, 0xc1a7, 0x40f5, { 0x83, 0x65, 0x4f, 0x46, 0xbe, 0x21, 0x86, 0x3e}}
+#endif
+
//get the handle for a contact's parent metacontact
//wParam=(HANDLE)hSubContact
//lParam=0
|