home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 6 File / 06-File.zip / ramfs102.zip / src / includes.h < prev    next >
C/C++ Source or Header  |  2002-04-08  |  351b  |  22 lines

  1. /* #define DEBUG */
  2.  
  3. #define INCL_DOSINFOSEG
  4. #define INCL_ERRORS
  5. #include <os2.h>
  6.  
  7. #define     APIRET        USHORT
  8.  
  9. #include "fsd.h"
  10. #include "fsh.h"
  11. #include "ramfs.h"
  12. #include "util.h"
  13. #include "block.h"
  14. #include "ea.h"
  15. #include "nearheap.h"
  16. #include "vmheap.h"
  17. #include "find.h"
  18. #include "info.h"
  19.  
  20. #include <string.h>
  21. #include <dos.h>
  22.