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

  1. #ifndef DOS_RECORD_H
  2. #define DOS_RECORD_H
  3.  
  4. /*******************************************************************
  5.  pOS / Amiga adapt
  6. *******************************************************************/
  7.  
  8. //#error nothing
  9.  
  10. #ifndef DOS_DOS_H
  11. #include <dos/dos.h>
  12. #endif
  13.  
  14. #endif /* DOS_RECORD_H */
  15.