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.

27 lines
608 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__ "initlib"
  14. #define VC_EXTRALEAN // Exclude rarely-used stuff in Windows headers
  15. #include <windows.h>
  16. #include <setupapi.h>
  17. #include "ocmanage.h"
  18. #include <certsrv.h>
  19. #include "certlib.h"
  20. #include "initcert.h"
  21. #pragma hdrstop