home *** CD-ROM | disk | FTP | other *** search
/ Amiga ISO Collection / AmigaUtilCD2.iso / Misc / DC-POS24.LZX / pOS / pOSxA.lzx / pOSxA / dos / exall.h < prev    next >
Encoding:
C/C++ Source or Header  |  1997-03-12  |  353 b   |  20 lines

  1. #ifndef DOS_EXALL_H
  2. #define DOS_EXALL_H
  3.  
  4. /*******************************************************************
  5.  pOS / Amiga adapt
  6. *******************************************************************/
  7.  
  8. #error nothing
  9.  
  10. #ifndef EXEC_TYPES_H
  11. #include <exec/types.h>
  12. #endif
  13. #ifndef UTILITY_HOOKS_H
  14. #include <utility/hooks.h>
  15. #endif
  16.  
  17.  
  18.  
  19. #endif /* DOS_EXALL_H */
  20.