Source code of Windows XP (NT5)
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.

25 lines
501 B

  1. //----------------------------------------------------------------------------
  2. //
  3. // Global header file.
  4. //
  5. // Copyright (C) Microsoft Corporation, 1999-2000.
  6. //
  7. //----------------------------------------------------------------------------
  8. #include <stdlib.h>
  9. #include <stdio.h>
  10. #include <nt.h>
  11. #include <ntrtl.h>
  12. #include <nturtl.h>
  13. #ifdef NT_NATIVE
  14. #define _ADVAPI32_
  15. #define _KERNEL32_
  16. #endif
  17. #include <windows.h>
  18. #include <objbase.h>
  19. #define NOEXTAPI
  20. #include <wdbgexts.h>
  21. #include <ntdbg.h>