libxml2: copy the xml2-config to the crosstoolsdir and patch the paths in the native...
[AROS-Contrib.git] / scalos / include / inline / dtlib.h
blob56e449bc01b967bedb5e90a3374becd99375b3c6
1 #ifndef _INLINE_DTLIB_H
2 #define _INLINE_DTLIB_H
4 #ifndef CLIB_DTLIB_PROTOS_H
5 #define CLIB_DTLIB_PROTOS_H
6 #endif
8 #ifndef __INLINE_MACROS_H
9 #include <inline/macros.h>
10 #endif
12 #ifndef EXEC_TYPES_H
13 #include <exec/types.h>
14 #endif
15 #ifndef INTUITION_CLASSES_H
16 #include <intuition/classes.h>
17 #endif
19 #ifndef DTLIB_BASE_NAME
20 #define DTLIB_BASE_NAME DtLibBase
21 #endif
23 #define ObtainInfoEngine(libBase) \
24 LP1(0x1e, Class *, ObtainInfoEngine, struct Library *, libBase, a0, \
25 , DTLIB_BASE_NAME)
27 #endif /* _INLINE_DTLIB_H */