Leaked source code of windows server 2003
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

40 lines
673 B

  1. /*++
  2. Copyright (c) 1992 Microsoft Corporation
  3. Module Name:
  4. pch.h
  5. Abstract:
  6. Header file which allows kernel and user mode header files
  7. to be included together for compilation of debugger extensions.
  8. // @@BEGIN_DDKSPLIT
  9. Author:
  10. Molly Brown [MollyBro] 1-Mar-2000
  11. Revision History:
  12. Molly Brown [MollyBro]
  13. Cleaned up this header file based on example in
  14. "The Windows NT Device Driver Book" by Art Baker.
  15. // @@END_DDKSPLIT
  16. Environment:
  17. User Mode.
  18. --*/
  19. #include <windows.h>
  20. #include <string.h>
  21. #define KDEXT_64BIT
  22. #include <wdbgexts.h>
  23. #include <stdlib.h>
  24. #include <stdio.h>
  25. #include <fspydef.h>