home *** CD-ROM | disk | FTP | other *** search
/ Merciful 1 / Merciful - Disc 1.iso / software / a / asm_one / asm-onev1.25c.dms / in.adf / Release3.0 / Include3.0.lha / Include3.0 / libraries / filehandler.h < prev    next >
Encoding:
C/C++ Source or Header  |  1992-09-24  |  373 b   |  18 lines

  1. #ifndef LIBRARIES_FILEHANDLER_H
  2. #define LIBRARIES_FILEHANDLER_H
  3. /*
  4. **    $VER: filehandler.h 36.2 (12.07.90)
  5. **    Includes Release 39.108
  6. **
  7. **    device and file handler specific code for AmigaDOS
  8. **
  9. **    (C) Copyright 1986-1992 Commodore-Amiga, Inc.
  10. **        All Rights Reserved
  11. */
  12.  
  13. #ifndef DOS_FILEHANDLER_H
  14. #include "dos/filehandler.h"
  15. #endif
  16.  
  17. #endif /* LIBRARIES_FILEHANDLER_H */
  18.