Source code of Windows XP (NT5)
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
761 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. #include <windows.h>
  21. #include <wincrypt.h>
  22. #include <setupapi.h>
  23. #include <certsrv.h>
  24. #include <aclapi.h>
  25. #include "ocmanage.h"
  26. #include "certlib.h" // debug allocator
  27. #define SECURITY_WIN32
  28. #include <security.h>
  29. #define CERTLIB_BUILD
  30. #pragma hdrstop