home *** CD-ROM | disk | FTP | other *** search
/ Aminet 18 / aminetcdnumber181997.iso / Aminet / dev / gcc / fd2inline_bin.lha / include / proto / dos.h < prev    next >
C/C++ Source or Header  |  1996-08-31  |  487b  |  26 lines

  1. #ifndef PROTO_DOS_H
  2. #define PROTO_DOS_H
  3.  
  4. #ifndef DOS_EXALL_H
  5. #include <dos/exall.h>
  6. #endif /* !DOS_EXALL_H */
  7. #ifndef UTILITY_TAGITEM_H
  8. #include <utility/tagitem.h>
  9. #endif /* !UTILITY_TAGITEM_H */
  10.  
  11. #include <clib/dos_protos.h>
  12.  
  13. #ifdef __GNUC__
  14. #include <inline/dos.h>
  15. #endif /* __GNUC__ */
  16.  
  17. #ifndef __NOLIBBASE__
  18. extern struct DosLibrary *
  19. #ifdef __CONSTLIBBASEDECL__
  20. __CONSTLIBBASEDECL__
  21. #endif /* __CONSTLIBBASEDECL__ */
  22. DOSBase;
  23. #endif /* !__NOLIBBASE__ */
  24.  
  25. #endif /* !PROTO_DOS_H */
  26.