2025-04-27 07:49:33 -04:00

24 lines
552 B
C++

//+--------------------------------------------------------------------------
//
// Microsoft Windows
// Copyright (C) Microsoft Corporation, 1996 - 1999
//
// File: pch.cpp
//
// Contents: Cert Server precompiled header
//
//---------------------------------------------------------------------------
#define __DIR__ "viewtest"
#include <windows.h>
#include <stdio.h>
#include <stdlib.h>
#include <tchar.h>
#include <wincrypt.h>
#include <certsrv.h>
#include "certlib.h"
#include "csdisp.h"
#pragma hdrstop