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

53 lines
577 B
C++

/*++
Copyright (c) 1996 Microsoft Corporation
Module Name:
precomp.hxx
Abstract:
Master include file.
Author:
Keith Moore (keithmo) 02-Dec-1996
Revision History:
--*/
#ifndef _PRECOMP_HXX_
#define _PRECOMP_HXX_
//
// System include files.
//
#include <windows.h>
#include <wincrypt.h>
//
// Project include files.
//
#include <dbgutil.h>
#include <iiscryptp.h>
#include <icrypt.hxx>
#include <mdcommsg.h>
//
// Local include files.
//
#include <icryptp.hxx>
#endif // _PRECOMP_HXX_