mirror of https://github.com/tongzx/nt5src
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
27 lines
608 B
//+--------------------------------------------------------------------------
|
|
//
|
|
// Microsoft Windows
|
|
// Copyright (C) Microsoft Corporation, 1996 - 1999
|
|
//
|
|
// File: pch.cpp
|
|
//
|
|
// Contents: Cert Server precompiled header
|
|
//
|
|
// History: 25-Jul-96 vich created
|
|
//
|
|
//---------------------------------------------------------------------------
|
|
|
|
|
|
#define __DIR__ "initlib"
|
|
#define VC_EXTRALEAN // Exclude rarely-used stuff in Windows headers
|
|
|
|
#include <windows.h>
|
|
|
|
#include <setupapi.h>
|
|
#include "ocmanage.h"
|
|
|
|
#include <certsrv.h>
|
|
#include "certlib.h"
|
|
#include "initcert.h"
|
|
|
|
#pragma hdrstop
|