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

  1. #ifndef LIBRARIES_DOS_H
  2. #define LIBRARIES_DOS_H
  3.  
  4. #ifndef DOS_DOS_H
  5. #include <dos/dos.h>
  6. #endif
  7.  
  8. #endif /* LIBRARIES_DOS_H */
  9.