home *** CD-ROM | disk | FTP | other *** search
- // pragmas for workbench.library
- // (c) 1995 HAAGE & PARTNER Computer GmbH
-
- #ifndef _INCLUDE_PRAGMA_WB_LIB_H
- #define _INCLUDE_PRAGMA_WB_LIB_H
-
- #ifndef CLIB_WB_PROTOS_H
- #include <clib/wb_protos.h>
- #endif
-
- #ifdef __cplusplus
- #define CPLUSPLUSON
- #pragma -
- #endif
-
- #pragma amicall(WorkbenchBase, 0x30, AddAppWindowA(d0,d1,a0,a1,a2))
- #pragma amicall(WorkbenchBase, 0x36, RemoveAppWindow(a0))
- #pragma amicall(WorkbenchBase, 0x42, RemoveAppIcon(a0))
- #pragma amicall(WorkbenchBase, 0x48, AddAppMenuItemA(d0,d1,a0,a1,a2))
- #pragma amicall(WorkbenchBase, 0x4e, RemoveAppMenuItem(a0))
- #pragma amicall(WorkbenchBase, 0x5a, WBInfo(a0,a1,a2))
-
- #ifdef CPLUSPLUSON
- #undef CPLUSPLUSON
- #pragma +
- #endif
-
- #endif
-