home *** CD-ROM | disk | FTP | other *** search
/ Fresh Fish 9 / FreshFishVol9-CD2.bin / bbs / cbm / os-include-bin.lha / GNU / os-include / proto / dos.h < prev    next >
Encoding:
C/C++ Source or Header  |  1994-09-23  |  338 b   |  19 lines

  1. #ifndef PROTO_DOS_H
  2. #define PROTO_DOS_H
  3.  
  4. #ifndef DOS_EXALL_H
  5. #include <dos/exall.h>
  6. #endif
  7. #ifndef UTILITY_TAGITEM_H
  8. #include <utility/tagitem.h>
  9. #endif
  10. #include <clib/dos_protos.h>
  11. #if defined(__OPTIMIZE__) && !defined(__NOINLINES__)
  12. #include <inline/dos.h>
  13. #endif
  14. #ifndef __NOLIBBASE__
  15. extern struct DosLibrary *DOSBase;
  16. #endif
  17.  
  18. #endif
  19.