home *** CD-ROM | disk | FTP | other *** search
/ High Voltage Shareware / high1.zip / high1 / DIR24 / EDMI5.ZIP / IFSR3.ZIP / R3INC.H < prev    next >
C/C++ Source or Header  |  1993-07-01  |  794b  |  31 lines

  1. /******************************************************************************
  2. *******************************************************************************
  3. **
  4. ** EXR0R3 - A ring 0/ring 3 IFS skeleton
  5. ** Copyright (C) 1993 by Andre Asselin
  6. **
  7. ** R3INC.H - Ring 3 side includes
  8. **
  9. ** History:
  10. ** 6/29/93 - created
  11. **
  12. *******************************************************************************
  13. ******************************************************************************/
  14.  
  15. #define INCL_DOSERRORS
  16. #define INCL_NOCOMMON
  17. #define INCL_NOPMAPI
  18. #define INCL_DOSMEMMGR
  19. #define INCL_DOSFILEMGR
  20. #include <os2.h>
  21. #include <stddef.h>
  22. #include <string.h>
  23. #include <stdio.h>
  24. #include <stdlib.h>
  25.  
  26. #define far
  27. #include "fsd.h"
  28. #include "r0r3shar.h"
  29. #include "r3global.h"
  30.  
  31.