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

  1. #ifndef DOS_FILEHANDLER_H
  2. #define DOS_FILEHANDLER_H
  3.  
  4. /*******************************************************************
  5.  pOS / Amiga adapt
  6. *******************************************************************/
  7.  
  8. #error nothing
  9.  
  10. #ifndef      EXEC_PORTS_H
  11. #include <exec/ports.h>
  12. #endif
  13. #ifndef      DOS_DOS_H
  14. #include <dos/dos.h>
  15. #endif
  16.  
  17.  
  18. #endif    /* DOS_FILEHANDLER_H */
  19.