home *** CD-ROM | disk | FTP | other *** search
/ Amiga ISO Collection / AmigaUtilCD2.iso / Programming / C / BK-SC1_3.DMS / in.adf / C-Incl.Lha / proto / exec.h < prev    next >
Encoding:
C/C++ Source or Header  |  1995-12-31  |  525 b   |  24 lines

  1. #ifndef  _PROTO_EXEC_H
  2. #define  _PROTO_EXEC_H
  3.  
  4. /*
  5. **  $VER: exec.h 10.1 (19.7.95)
  6. **  Includes Release 40.15
  7. **
  8. **  '(C) Copyright 1995/96 Haage & Partner Computer GmbH'
  9. **     All Rights Reserved
  10. */
  11.  
  12. #include <exec/types.h>
  13. #include <clib/exec_protos.h>
  14. //#ifdef (_USEOLDEXEC_) || !defined(__USE_SYSBASE)
  15. #include <pragmas/exec_pragmas.h>
  16. //#else
  17. //extern struct ExecBase *SysBase;
  18. //#include <pragmas/exec_sysbase_pragmas.h>
  19. //#endif
  20.  
  21. /*------ Common support library functions ---------*/
  22. #include <clib/alib_protos.h>
  23. #endif
  24.