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.

68 lines
958 B

  1. /*++
  2. Copyright (c) 2000 Microsoft Corporation
  3. Module Name:
  4. pch.cpp
  5. Abstract:
  6. pch header files
  7. Author:
  8. petesk 2/2/2000
  9. Revision History:
  10. --*/
  11. #include <nt.h>
  12. #include <ntrtl.h>
  13. #include <nturtl.h>
  14. #include <windows.h>
  15. #include <lm.h>
  16. #include <shlobj.h>
  17. // crypto headers
  18. #include <sha.h>
  19. #include <rc4.h>
  20. #include <des.h>
  21. #include <tripldes.h>
  22. #include <modes.h>
  23. #include <crypt.h>
  24. #include <wincrypt.h>
  25. #include "pstypes.h"
  26. #include "dpapiprv.h" // for registry entries
  27. #include "pstprv.h" // for registry entries
  28. #include "pmacros.h"
  29. #include "pstdef.h"
  30. #include "unicode.h"
  31. #include "unicode5.h"
  32. #include "guidcnvt.h"
  33. #include "secmisc.h"
  34. #include "debug.h"
  35. #include "primitiv.h"
  36. #include "lnklist.h"
  37. #include "misc.h"
  38. #include "prov.h"
  39. #include "secure.h"
  40. #include "resource.h"
  41. #include "dispif.h"
  42. #pragma hdrstop
  43. //#include "keyrpc.h"