mirror of https://github.com/tongzx/nt5src
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
31 lines
592 B
31 lines
592 B
///////////////////////////////////////////////////////////////////////////////
|
|
//
|
|
// 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
|