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

//+--------------------------------------------------------------------------
//
// Microsoft Windows
// Copyright (C) Microsoft Corporation, 1996 - 1999
//
// File: pch.cpp
//
// Contents: Cert Server precompiled header
//
// History: 25-Jul-96 vich created
//
//---------------------------------------------------------------------------
#define __DIR__ "certlib"
#include <nt.h>
#include <ntrtl.h>
#include <nturtl.h>
#ifndef MAXDWORD
# define MAXDWORD MAXULONG
#endif
#define CERT_CHAIN_PARA_HAS_EXTRA_FIELDS
#include <windows.h>
#include <wincrypt.h>
#include <setupapi.h>
#include <certsrv.h>
#include <aclapi.h>
#include "ocmanage.h"
#include "certlib.h" // debug allocator
#define SECURITY_WIN32
#include <security.h>
#include <sddl.h>
#define CERTLIB_BUILD
#pragma hdrstop