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.

46 lines
861 B

  1. //----------------------------------------------------------------------------
  2. //
  3. // Global header file.
  4. //
  5. // Copyright (C) Microsoft Corporation, 1999-2001.
  6. //
  7. //----------------------------------------------------------------------------
  8. #ifdef NT_NATIVE
  9. #define _CRTIMP
  10. #endif
  11. #include <stdlib.h>
  12. #include <stdio.h>
  13. #ifndef _WIN32_WCE
  14. #include <nt.h>
  15. #include <ntrtl.h>
  16. #include <nturtl.h>
  17. #endif
  18. #ifdef NT_NATIVE
  19. #define _ADVAPI32_
  20. #define _KERNEL32_
  21. #endif
  22. #include <windows.h>
  23. #include <wcecompat.h>
  24. #include <objbase.h>
  25. #ifndef _WIN32_WCE
  26. #define NOEXTAPI
  27. #include <wdbgexts.h>
  28. #include <dbgeng.h>
  29. #include <ntdbg.h>
  30. #else
  31. #define DEBUG_NO_IMPLEMENTATION
  32. #include "../published/dbgeng.w"
  33. #endif
  34. #include <dbgsvc.h>
  35. #define NTDLL_APIS
  36. #include <dllimp.h>
  37. #include <cmnutil.hpp>
  38. #include <dbgrpc.hpp>