Files
admin
base
com
developer
drivers
ds
adsi
dns
ds
edb500
ese98
inc
nameres
netapi
nlrepl
nw
published
safealloca
security
asn1
authz
azroles
base
common
cryptoapi
csps
dsrole
gina
inc
lib
ntmarta
passport
protocols
services
ca
capesnpn
celib
certadm
certcli
certclib
alloc.cpp
assert.cpp
autoenrl.cpp
cainfo.cpp
cainfoc.cpp
cainfoc.h
cainfop.cpp
certdec.cpp
certificate_enrollment_component_description.htm
certificate_request_client___certificate_autoenrollment_{21016668-64f8-45bf-8c2a-ff47ac51a2b4}.sld
certtype.cpp
ctnotify.cpp
ctnotify.h
debug.cpp
deftypes.cpp
dstest.cpp
error.cpp
logon.cpp
makefile
oidmgr.cpp
oidmgr.h
pch.cpp
serial.cpp
sources
certdb
certenc
certif
certlib
certmmc
certprxy
certreq
certsrv
certview
certweb
certwrap
docs
exit
genreq
hdrs
idl
include
initlib
nsrevchk
ocmsetup
policy
requests
tools
dirs
makefile.sdk
mkallstr.bat
msaudite.mc
scerpc
smartcrd
w32time
dirs
tools
winsafer
dirs
roadmap.txt
win32
xpress
dirs
project.mk
enduser
inetcore
inetsrv
loc
mergedcomponents
multimedia
net
printscan
public
published
sdktools
shell
termsrv
tools
windows
dirs
makefil0
WindowsXP/ds/security/services/ca/certclib/pch.cpp
2025-04-27 07:49:33 -04:00

39 lines
843 B
C++

//+--------------------------------------------------------------------------
//
// Microsoft Windows
// Copyright (C) Microsoft Corporation, 1996 - 1999
//
// File: pch.cpp
//
// Contents: Cert Server precompiled header
//
// History: 25-Jul-96 vich created
//
//---------------------------------------------------------------------------
#define __DIR__ "certclib"
#include <nt.h>
#include <ntrtl.h>
#include <nturtl.h>
#ifndef MAXDWORD
# define MAXDWORD MAXULONG
#endif
#include <windows.h>
#include <atlbase.h>
//You may derive a class from CComModule and use it if you want to override
//something, but do not change the name of _Module
extern CComModule _Module;
#include <atlcom.h>
#include "certlib.h"
#ifndef MAXDWORD
#define MAXDWORD MAXULONG
#endif
#pragma hdrstop