5 #ifndef __MONO_METADATA_ICALLS_H__
6 #define __MONO_METADATA_ICALLS_H__
8 #include <mono/utils/mono-publib.h>
10 #ifdef ENABLE_ICALL_EXPORT
11 #define ICALL_EXPORT MONO_API
12 #define ICALL_EXTERN_C G_EXTERN_C
14 /* Can't be static as icall.c defines icalls referenced by icall-tables.c */
15 #define ICALL_EXPORT /* nothing */
16 #define ICALL_EXTERN_C /* nothing */
19 #endif // __MONO_METADATA_ICALLS_H__