Admin Panel

#ifndef _HEADERS_BASE_H
#define _HEADERS_BASE_H

#if defined(__baserel32__)
#define A4(x) "a4@(" #x ":L)"
#elif defined (__baserel__)
#define A4(x) "a4@(" #x ":W)"
#else
#define A4(x) #x
#endif

#define GETAGBASE  movel A4(_AmigaGuideBase),a6
#define GETASLBASE movel A4(_AslBase),a6
#define GETBULBASE movel A4(_BulletBase),a6
#define GETDOSBASE movel A4(_DOSBase),a6
#define GETDTBASE  movel A4(_DataTypesBase),a6
#define GETGADBASE movel A4(_GadToolsBase),a6
#define GETGFXBASE movel A4(_GfxBase),a6
#define GETINTBASE movel A4(_IntuitionBase),a6
#define GETLOCBASE movel A4(_LocaleBase),a6
#define GETLOWBASE movel A4(_LowLevelBase),a6
#define GETRETBASE movel A4(_RealTimeBase),a6
#define GETUTLBASE movel A4(_UtilityBase),a6
#define GETWBBASE  movel A4(_WorkbenchBase),a6

#endif /* _HEADERS_BASE_H */