revert between 56095 -> 55830 in arch
[AROS.git] / workbench / classes / zune / texteditor / include / pragmas / mccclass_pragmas.h
blob9dca53fadc74f645158b779fd4a55f21e9efc3a3
1 #ifndef POS /* private */
2 #ifndef _INCLUDE_PRAGMA_MCCCLASS_LIB_H
3 #define _INCLUDE_PRAGMA_MCCCLASS_LIB_H
5 #ifndef CLIB_MCCCLASS_PROTOS_H
6 #include <clib/mccclass_protos.h>
7 #endif
9 #if defined(AZTEC_C) || defined(__MAXON__) || defined(__STORM__)
10 #pragma amicall(MCCClassBase, 0x01e, MCC_Query(d0))
11 #endif
12 #if defined(_DCC) || defined(__SASC)
13 #pragma libcall MCCClassBase MCC_Query 01e 001
14 #endif
16 #endif /* _INCLUDE_PRAGMA_MCCCLASS_LIB_H */
17 #endif /* private */