home *** CD-ROM | disk | FTP | other *** search
/ Amiga Times / AmigaTimes.iso / programme / GoldED / developer / examples / api / rexx / defs.h next >
Encoding:
C/C++ Source or Header  |  1998-10-06  |  573 b   |  29 lines

  1. #include <exec/types.h>
  2. #include <exec/ports.h>
  3. #include <exec/semaphores.h>
  4. #include <exec/libraries.h>
  5. #include <dos/dos.h>
  6. #include <exec/memory.h>
  7. #include <clib/exec_protos.h>
  8. #include <clib/alib_protos.h>
  9. #include <clib/dos_protos.h>
  10. #include <clib/intuition_protos.h>
  11. #include <string.h>
  12.  
  13. #define LibCall    __geta4 __regargs
  14. #define Prototype  extern
  15.  
  16. #include "golded:developer/api/include/api.h"
  17. #include "o/lib-protos.h"
  18.  
  19. #ifndef RC_OK
  20. #define RC_OK   0L
  21. #endif
  22.  
  23. #ifndef RC_WARN
  24. #define RC_WARN 5L
  25. #endif
  26.  
  27. extern const char LibName[];
  28. extern const char LibId[];
  29.