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

  1. /******************************************************************************
  2. *******************************************************************************
  3. **
  4. ** EXR0R3 - A ring 0/ring 3 IFS skeleton
  5. ** Copyright (C) 1993 by Andre Asselin
  6. **
  7. ** R0INC.H - Include file for ring 0 side
  8. **
  9. ** History:
  10. ** 6/21/93 - created
  11. **
  12. *******************************************************************************
  13. ******************************************************************************/
  14.  
  15. #define INCL_DOSERRORS
  16. #define INCL_NOCOMMON
  17. #define INCL_NOPMAPI
  18. #define _Seg16
  19. #define _Far16
  20. #define _System
  21. #include <os2.h>
  22. #include "os216.h"
  23. #include <stddef.h>
  24. #include <string.h>
  25. #include <dos.h>
  26. #include "fsd.h"
  27. #include "r0devhlp.h"
  28. #include "r0r3shar.h"
  29. #include "r0struct.h"
  30. #include "fsh.h"
  31.  
  32. #include "r0global.h"
  33.  
  34.