summaryrefslogtreecommitdiff
path: root/plugins/Popup/src
diff options
context:
space:
mode:
authorAlexey Kulakov <panda75@bk.ru>2012-06-25 07:09:31 +0000
committerAlexey Kulakov <panda75@bk.ru>2012-06-25 07:09:31 +0000
commitb33e2997d6a2f98b18571e92468f4db39254a42f (patch)
tree4a9a63499886e610e7301aa6121def2debfcc50d /plugins/Popup/src
parentdafffe73026dbbf0f36e7d910959951517cef937 (diff)
next step of external api cleanup
git-svn-id: http://svn.miranda-ng.org/main/trunk@625 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/Popup/src')
-rw-r--r--plugins/Popup/src/headers.h3
-rw-r--r--plugins/Popup/src/m_hpp.h11
2 files changed, 12 insertions, 2 deletions
diff --git a/plugins/Popup/src/headers.h b/plugins/Popup/src/headers.h
index ae36537fc9..e0c8f65d7f 100644
--- a/plugins/Popup/src/headers.h
+++ b/plugins/Popup/src/headers.h
@@ -124,9 +124,7 @@ Last change by : $Author: Merlin_de $
// API for 3rd party plugins (\include_API folder)
// this folder contain always the latest API
#include <m_folders.h>
- #include <m_hpp.h>
#include <m_ieview.h>
- #include <m_nconvers.h>
#include <m_smileyadd.h>
#ifndef MTEXT_NOHELPERS
#define MTEXT_NOHELPERS
@@ -153,6 +151,7 @@ Last change by : $Author: Merlin_de $
#include "opt_skins.h"
#include "opt_contacts.h"
#include "opt_adv.h"
+ #include "m_hpp.h"
#include "history.h"
#include "services.h"
#include "srmm_menu.h"
diff --git a/plugins/Popup/src/m_hpp.h b/plugins/Popup/src/m_hpp.h
new file mode 100644
index 0000000000..169b666209
--- /dev/null
+++ b/plugins/Popup/src/m_hpp.h
@@ -0,0 +1,11 @@
+#ifndef __m_hhp__
+#define __m_hhp__
+
+#define MS_HPP_GETVERSION "History++/GetVersion"
+
+#define MS_HPP_EG_WINDOW "History++/ExtGrid/NewWindow"
+#define MS_HPP_EG_EVENT "History++/ExtGrid/Event"
+#define MS_HPP_EG_NAVIGATE "History++/ExtGrid/Navigate"
+#define MS_HPP_EG_OPTIONSCHANGED "History++/ExtGrid/OptionsChanged"
+
+#endif // __m_hhp__