blob: 169b6662098bb0eba9d5eb46499d21c17b6c2092 (
plain)
| 1
2
3
4
5
6
7
8
9
10
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__
 |