78 lines
2.2 KiB
C
78 lines
2.2 KiB
C
//////////////////////////////////////////////////////////////////////////////
|
|
//
|
|
// Copyright (c) 1999-2001 Microsoft Corporation
|
|
//
|
|
// Module Name:
|
|
// Pch.h
|
|
//
|
|
// Description:
|
|
// Precompiled header file.
|
|
//
|
|
// Maintained By:
|
|
// David Potter (DavidP) 19-MAR-2001
|
|
// Geoffrey Pease (GPease) 15-OCT-1999
|
|
//
|
|
//////////////////////////////////////////////////////////////////////////////
|
|
|
|
//////////////////////////////////////////////////////////////////////////////
|
|
// Constant Definitions
|
|
//////////////////////////////////////////////////////////////////////////////
|
|
#define UNICODE
|
|
#define _UNICODE
|
|
|
|
#if DBG==1 || defined( _DEBUG )
|
|
#define DEBUG
|
|
//
|
|
// Define this to change Interface Tracking
|
|
//
|
|
//#define NO_TRACE_INTERFACES
|
|
//
|
|
// Define this to pull in the SysAllocXXX functions. Requires linking to
|
|
// OLEAUT32.DLL
|
|
//
|
|
#define USES_SYSALLOCSTRING
|
|
#endif // DBG==1 || _DEBUG
|
|
|
|
#define COMPONENT_HAS_CATIDS
|
|
|
|
//////////////////////////////////////////////////////////////////////////////
|
|
// Forward Class Declarations
|
|
//////////////////////////////////////////////////////////////////////////////
|
|
|
|
//////////////////////////////////////////////////////////////////////////////
|
|
// External Class Declarations
|
|
//////////////////////////////////////////////////////////////////////////////
|
|
|
|
//////////////////////////////////////////////////////////////////////////////
|
|
// Include Files
|
|
//////////////////////////////////////////////////////////////////////////////
|
|
#include <windows.h>
|
|
#include <objbase.h>
|
|
#include <ocidl.h>
|
|
#include <shlwapi.h>
|
|
#include <ComCat.h>
|
|
#include <prsht.h>
|
|
#include <shfusion.h>
|
|
|
|
#include <Common.h>
|
|
#include <debug.h>
|
|
#include <log.h>
|
|
#include <CITracker.h>
|
|
#include <CFactory.h>
|
|
#include <Dll.h>
|
|
#include <guids.h>
|
|
#include <ObjectCookie.h>
|
|
#include <ClusCfgGuids.h>
|
|
#include <ClusCfgWizard.h>
|
|
#include <ClusCfgClient.h>
|
|
#include <ClusCfgServer.h>
|
|
#include <ClusCfgPrivate.h>
|
|
|
|
#include <WBemCli.h>
|
|
#include <clusapi.h> // TODO: This file may not be needed.
|
|
|
|
//////////////////////////////////////////////////////////////////////////////
|
|
// Type Definitions
|
|
//////////////////////////////////////////////////////////////////////////////
|
|
|