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.

37 lines
650 B

  1. //----------------------------------------------------------------------------
  2. //
  3. // Global header file.
  4. //
  5. // Copyright (C) Microsoft Corporation, 1999-2000.
  6. //
  7. //----------------------------------------------------------------------------
  8. #ifdef NT_NATIVE
  9. #define _CRTIMP
  10. #endif
  11. #include <stdlib.h>
  12. #include <stdio.h>
  13. #include <nt.h>
  14. #include <ntrtl.h>
  15. #include <nturtl.h>
  16. #ifdef NT_NATIVE
  17. #define _ADVAPI32_
  18. #define _KERNEL32_
  19. #endif
  20. #include <windows.h>
  21. #include <objbase.h>
  22. #define NOEXTAPI
  23. #include <wdbgexts.h>
  24. #include <dbgeng.h>
  25. #include <dbgsvc.h>
  26. #include <ntdbg.h>
  27. #include <dllimp.h>
  28. #include <cmnutil.hpp>
  29. #include <dbgrpc.hpp>