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.

35 lines
705 B

  1. //----------------------------------------------------------------------------
  2. //
  3. // Precompiled header.
  4. //
  5. // Copyright (C) Microsoft Corporation, 2001-2002.
  6. //
  7. //----------------------------------------------------------------------------
  8. #ifndef _WIN32_WCE
  9. #include <nt.h>
  10. #include <ntrtl.h>
  11. #include <nturtl.h>
  12. #endif
  13. #include <windows.h>
  14. #include <winver.h>
  15. #include <tlhelp32.h>
  16. #include <wcecompat.h>
  17. #include <uminiprov.hpp>
  18. typedef ULONG32 mdToken;
  19. typedef mdToken mdMethodDef;
  20. #include <cordac.h>
  21. #ifndef _WIN32_WCE
  22. #define _IMAGEHLP_SOURCE_
  23. #include <dbghelp.h>
  24. #else
  25. #include "minidump.h"
  26. #endif
  27. #include "mdump.h"
  28. #include "gen.h"
  29. #include "prov.hpp"