From 954ed085481b2e878959e442772ecc5978a1d8d8 Mon Sep 17 00:00:00 2001 From: Kirill Volinsky Date: Sun, 3 Mar 2013 16:05:14 +0000 Subject: removed not used headers git-svn-id: http://svn.miranda-ng.org/main/trunk@3875 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/ExternalAPI/m_hpp.h | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 plugins/ExternalAPI/m_hpp.h (limited to 'plugins/ExternalAPI') diff --git a/plugins/ExternalAPI/m_hpp.h b/plugins/ExternalAPI/m_hpp.h new file mode 100644 index 0000000000..169b666209 --- /dev/null +++ b/plugins/ExternalAPI/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