summaryrefslogtreecommitdiff
path: root/plugins/FingerprintNG/src/global.h
diff options
context:
space:
mode:
authorGeorge Hazan <george.hazan@gmail.com>2013-04-08 14:55:45 +0000
committerGeorge Hazan <george.hazan@gmail.com>2013-04-08 14:55:45 +0000
commit5a19cc3dfc0e40d61b860dbeeedf802a5047a667 (patch)
tree2d1d2f713e5f63c12f2d38edd6525c7e9074a91a /plugins/FingerprintNG/src/global.h
parent3aa29ef3d7220de7080eae79b4dc31ef99bb4015 (diff)
- MBF_OWNERSTATE option moved to the public header;
- client icon drawing moved to FingerPrint; - old code in tabSRMM completely wiped out; git-svn-id: http://svn.miranda-ng.org/main/trunk@4389 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/FingerprintNG/src/global.h')
-rw-r--r--plugins/FingerprintNG/src/global.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/plugins/FingerprintNG/src/global.h b/plugins/FingerprintNG/src/global.h
index 5212741a27..acd086ae6f 100644
--- a/plugins/FingerprintNG/src/global.h
+++ b/plugins/FingerprintNG/src/global.h
@@ -52,6 +52,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
#include <m_protocols.h>
#include <m_userinfo.h>
#include <m_extraicons.h>
+#include <m_message.h>
#include <m_fingerprint.h>
@@ -123,6 +124,8 @@ typedef struct _foundInfo
#define LIB_REG 2
#define LIB_USE 3
+#define MODULENAME "Finger"
+
#define DEFAULT_SKIN_FOLDER _T("Icons\\Fp_icons.dll")
void ClearFI();