summaryrefslogtreecommitdiff
path: root/Plugins/historyevents/commons.h
diff options
context:
space:
mode:
authorwishmaster51@gmail.com <wishmaster51@gmail.com@c086bb3d-8645-0410-b8da-73a8550f86e7>2012-03-21 15:06:28 +0000
committerwishmaster51@gmail.com <wishmaster51@gmail.com@c086bb3d-8645-0410-b8da-73a8550f86e7>2012-03-21 15:06:28 +0000
commitfc771dfd08bb363fb3767285ab88503edfebdf98 (patch)
treeabf3ba01b3b58f7c59eccd909ab723a442db8a03 /Plugins/historyevents/commons.h
parent21c218fcfe4373fd3a0b7c566e715964058bd403 (diff)
HistoryEvents:
-x64 version -destroy service functions -support for costum langpacks -updated header files -updated copyrights git-svn-id: http://pescuma.googlecode.com/svn/trunk/Miranda@238 c086bb3d-8645-0410-b8da-73a8550f86e7
Diffstat (limited to 'Plugins/historyevents/commons.h')
-rw-r--r--Plugins/historyevents/commons.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/Plugins/historyevents/commons.h b/Plugins/historyevents/commons.h
index 6af20b2..ecbcaa9 100644
--- a/Plugins/historyevents/commons.h
+++ b/Plugins/historyevents/commons.h
@@ -1,5 +1,5 @@
/*
-Copyright (C) 2006 Ricardo Pescuma Domenecci
+Copyright (C) 2006-2012 Ricardo Pescuma Domenecci
This is free software; you can redistribute it and/or
modify it under the terms of the GNU Library General Public
@@ -30,6 +30,7 @@ Boston, MA 02111-1307, USA.
// Miranda headers
#define MIRANDA_VER 0x0700
+#define MIRANDA_CUSTOM_LP
#include <newpluginapi.h>
#include <m_system.h>
@@ -59,7 +60,6 @@ Boston, MA 02111-1307, USA.
// Global Variables
extern HINSTANCE hInst;
-extern PLUGINLINK *pluginLink;
extern LIST<HISTORY_EVENT_HANDLER> handlers;
#define MAX_REGS(_A_) ( sizeof(_A_) / sizeof(_A_[0]) )