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.

37 lines
857 B

  1. //+--------------------------------------------------------------------------
  2. //
  3. // Microsoft Windows
  4. // Copyright (C) Microsoft Corporation, 1996 - 1999
  5. //
  6. // File: pch.cpp
  7. //
  8. // Contents: Cert Server precompiled header
  9. //
  10. // History: 25-Jul-96 vich created
  11. //
  12. //---------------------------------------------------------------------------
  13. #define __DIR__ "certlib"
  14. #include <nt.h>
  15. #include <ntrtl.h>
  16. #include <nturtl.h>
  17. #ifndef MAXDWORD
  18. # define MAXDWORD MAXULONG
  19. #endif
  20. #define CERT_CHAIN_PARA_HAS_EXTRA_FIELDS
  21. #include <windows.h>
  22. #include <wincrypt.h>
  23. #include <setupapi.h>
  24. #include <certsrv.h>
  25. #include <aclapi.h>
  26. #include "ocmanage.h"
  27. #include "certlib.h" // debug allocator
  28. #define SECURITY_WIN32
  29. #include <security.h>
  30. #include <sddl.h>
  31. #define CERTLIB_BUILD
  32. #pragma hdrstop