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.
56 lines
1.3 KiB
56 lines
1.3 KiB
//////////////////////////////////////////////////////////////////////////////
|
|
//
|
|
// Copyright (c) 2001-2002 Microsoft Corporation
|
|
//
|
|
// Module Name:
|
|
// Pch.h
|
|
//
|
|
// Description:
|
|
// Precompiled header file for the EvictNotify library.
|
|
//
|
|
// Maintained By:
|
|
// Galen Barbee (GalenB) 20-SEP-2001
|
|
//
|
|
//////////////////////////////////////////////////////////////////////////////
|
|
|
|
#pragma once
|
|
|
|
//////////////////////////////////////////////////////////////////////////////
|
|
// Macro Definitions
|
|
//////////////////////////////////////////////////////////////////////////////
|
|
|
|
#define _UNICODE
|
|
#define UNICODE
|
|
|
|
#if DBG==1 || defined( _DEBUG )
|
|
#define DEBUG
|
|
#endif
|
|
|
|
#define USES_SYSALLOCSTRING
|
|
|
|
////////////////////////////////////////////////////////////////////////////////
|
|
// Include Files
|
|
//////////////////////////////////////////////////////////////////////////////
|
|
|
|
#include <Pragmas.h>
|
|
|
|
// For the windows API and types
|
|
#include <windows.h>
|
|
|
|
// For COM
|
|
#include <objbase.h>
|
|
#include <ComCat.h>
|
|
|
|
#include <StrSafe.h>
|
|
|
|
// Required to be a part of this DLL
|
|
#include <Common.h>
|
|
#include <Debug.h>
|
|
#include <Log.h>
|
|
#include <CITracker.h>
|
|
#include <CFactory.h>
|
|
#include <Dll.h>
|
|
#include <Guids.h>
|
|
#include <ClusCfgGuids.h>
|
|
#include <ClusCfgInternalGuids.h>
|
|
#include <ClusCfgServer.h>
|