home *** CD-ROM | disk | FTP | other *** search
/ Geek Gadgets 1 / ADE-1.bin / ade-dist / fd2inline-1.0-bin.lha / include / proto / dos.h < prev    next >
C/C++ Source or Header  |  1996-10-12  |  302b  |  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.  
  11. #include <clib/dos_protos.h>
  12. #include <inline/dos.h>
  13.  
  14. #ifndef __NOLIBBASE__
  15. extern struct DosLibrary * __CONSTLIBBASEDECL__ DOSBase;
  16. #endif
  17.  
  18. #endif
  19.