diff options
Diffstat (limited to 'plugins/FingerprintNG/src/global.h')
-rw-r--r-- | plugins/FingerprintNG/src/global.h | 3 |
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();
|