From b33e2997d6a2f98b18571e92468f4db39254a42f Mon Sep 17 00:00:00 2001 From: Alexey Kulakov Date: Mon, 25 Jun 2012 07:09:31 +0000 Subject: next step of external api cleanup git-svn-id: http://svn.miranda-ng.org/main/trunk@625 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/Popup/src/headers.h | 3 +-- plugins/Popup/src/m_hpp.h | 11 +++++++++++ 2 files changed, 12 insertions(+), 2 deletions(-) create mode 100644 plugins/Popup/src/m_hpp.h (limited to 'plugins/Popup/src') 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 - #include #include - #include #include #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__ -- cgit v1.2.3