32 lines
592 B
C
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
|