1 /* Automatically generated header (sfdc 1.4)! Do not edit! */
3 #ifndef _INLINE_MCCCLASS_H
4 #define _INLINE_MCCCLASS_H
6 #ifndef _SFDC_VARARG_DEFINED
7 #define _SFDC_VARARG_DEFINED
8 #ifdef __HAVE_IPTR_ATTR__
9 typedef APTR _sfdc_vararg
__attribute__((iptr
));
11 typedef ULONG _sfdc_vararg
;
12 #endif /* __HAVE_IPTR_ATTR__ */
13 #endif /* _SFDC_VARARG_DEFINED */
15 #ifndef AROS_LIBCALL_H
16 #include <aros/libcall.h>
17 #endif /* !AROS_LIBCALL_H */
19 #ifndef MCCCLASS_BASE_NAME
20 #define MCCCLASS_BASE_NAME MCCClassBase
21 #endif /* !MCCCLASS_BASE_NAME */
23 #define MCC_Query(___which) \
24 AROS_LC1(ULONG, MCC_Query, \
25 AROS_LCA(LONG, (___which), D0), \
26 struct Library *, MCCCLASS_BASE_NAME, 5, Mccclass)
28 #endif /* !_INLINE_MCCCLASS_H */