Updated from its repository.
[cake.git] / workbench / classes / gadgets / texteditor / include / inline / mccclass.h
bloba68f4cfc9be99776a18c513b3ed7044805963563
1 #ifndef _INLINE_MCCCLASS_H
2 #define _INLINE_MCCCLASS_H
4 #ifndef __INLINE_MACROS_H
5 #include <inline/macros.h>
6 #endif
8 #ifndef MCCCLASS_BASE_NAME
9 #define MCCCLASS_BASE_NAME MCCClassBase
10 #endif
12 #define MCC_Query(which) \
13 LP1(0x1e, ULONG, MCC_Query, LONG, which, d0, \
14 , MCCCLASS_BASE_NAME)
16 #endif /* _INLINE_MCCCLASS_H */