windows-nt/Source/XPSP1/NT/net/ias/policy/dll_bld/polcypch.h
2020-09-26 16:20:57 +08:00

32 lines
592 B
C

///////////////////////////////////////////////////////////////////////////////
//
// Copyright (c) 2000, Microsoft Corp. All rights reserved.
//
// FILE
//
// polcypch.h
//
// SYNOPSIS
//
// Precompiled header file for iaspolcy.dll
//
// MODIFICATION HISTORY
//
// 03/01/2000 Original version.
//
///////////////////////////////////////////////////////////////////////////////
#ifndef POLCYPCH_H
#define POLCYPCH_H
#if _MSC_VER >= 1000
#pragma once
#endif
#define IASPOLCYAPI
#include <ias.h>
#include <iasattr.h>
#include <iaspolcy.h>
#include <sdoias.h>
#endif //POLCYPCH_H