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.

41 lines
770 B

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