windows-nt/Source/XPSP1/NT/ds/security/services/ca/certif/pch.cpp
2020-09-26 16:20:57 +08:00

25 lines
550 B
C++

//+-------------------------------------------------------------------------
//
// Microsoft Windows
//
// Copyright (C) Microsoft Corporation, 1996 - 1999
//
// File: pch.cpp
//
//--------------------------------------------------------------------------
#define __DIR__ "certif"
#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 <certsrv.h>
#include "certlib.h"
#pragma hdrstop