home *** CD-ROM | disk | FTP | other *** search
/ Amiga Times / AmigaTimes.iso / programme / GoldED / developer / examples / api / startup / defs.h next >
Encoding:
C/C++ Source or Header  |  1998-10-06  |  721 b   |  38 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 <dos/dostags.h>
  7. #include <exec/memory.h>
  8. #include <rexx/errors.h>
  9. #include <rexx/rxslib.h>
  10.  
  11. #include <clib/exec_protos.h>
  12. #include <clib/alib_protos.h>
  13. #include <clib/dos_protos.h>
  14. #include <clib/intuition_protos.h>
  15. #include <clib/rexxsyslib_protos.h>
  16. #include <string.h>
  17.  
  18. #define LibCall    __geta4 __regargs
  19. #define Prototype  extern
  20.  
  21. #include "golded:developer/api/include/api.h"
  22. #include "o/lib-protos.h"
  23.  
  24. #ifndef RC_OK
  25. #define RC_OK   0L
  26. #endif
  27.  
  28. #ifndef RC_WARN
  29. #define RC_WARN 5L
  30. #endif
  31.  
  32. extern const char LibName[];
  33. extern const char LibId[];
  34.  
  35. // globals
  36.  
  37. extern UWORD Handlers;
  38.