home *** CD-ROM | disk | FTP | other *** search
/ Amiga MA Magazine 1998 #6 / amigamamagazinepolishissue1998.iso / coders / jËzyki_programowania / ace_basic / ace / include / libraries / dosextens.h < prev    next >
C/C++ Source or Header  |  1977-12-31  |  313b  |  21 lines

  1. #ifndef LIBRARIES_DOSEXTENS_H
  2. #define LIBRARIES_DOSEXTENS_H 1
  3. /*
  4. ** dosextens.h for ACE Basic
  5. **
  6. ** Note: Translated to ACE by ConvertC2ACE
  7. **       @ MapMeadow Software, Nils Sjoholm
  8. **
  9. **
  10. ** Date: 09/01/95
  11. **
  12. **
  13. */
  14.  
  15.  
  16. #ifndef DOS_DOSEXTENS_H
  17. #include <dos/dosextens.h>
  18. #endif
  19.  
  20. #endif /* LIBRARIES_DOSEXTENS_H */
  21.