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.

63 lines
829 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 <rpc.h>
  17. // crypto headers
  18. #include <sha.h>
  19. #include <des.h>
  20. #include "pstypes.h"
  21. #include "pstrpc.h"
  22. #include "pstprv.h"
  23. #include "pstdef.h"
  24. #include "crtem.h"
  25. #include "unicode.h"
  26. #include "unicode5.h"
  27. #include "secmisc.h"
  28. #include "filemisc.h"
  29. #include "primitiv.h"
  30. #include "pmacros.h"
  31. #include "debug.h"
  32. #include "guidcnvt.h"
  33. #include "acl.h"
  34. #include "lnklist.h"
  35. #include "winpw.h"
  36. #include "module.h"
  37. #include "resource.h"
  38. #include "dispif.h"
  39. #include "rules.h"
  40. #pragma hdrstop