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.
69 lines
2.1 KiB
69 lines
2.1 KiB
//////////////////////////////////////////////////////////////////////////////
|
|
//
|
|
// Copyright (c) 2000-2002 Microsoft Corporation
|
|
//
|
|
// Module Name:
|
|
// Pch.h
|
|
//
|
|
// Description:
|
|
// Precompiled header file.
|
|
//
|
|
// Maintained By:
|
|
// David Potter (DavidP) 20-JUL-2000
|
|
// Cristian Scutaru (CScutaru) 28-MAR-2000
|
|
//
|
|
//////////////////////////////////////////////////////////////////////////////
|
|
|
|
//////////////////////////////////////////////////////////////////////////////
|
|
// Constant Definitions
|
|
//////////////////////////////////////////////////////////////////////////////
|
|
#define UNICODE
|
|
#define _UNICODE
|
|
|
|
#if DBG==1 || defined( _DEBUG )
|
|
#define DEBUG
|
|
// Define these to change Interface Tracking
|
|
//#define NO_TRACE_INTERFACES
|
|
//#define NOISY_TRACE_INTERFACES
|
|
#endif // DBG==1
|
|
|
|
#define USES_SYSALLOCSTRING
|
|
|
|
//////////////////////////////////////////////////////////////////////////////
|
|
// Forward Class Declarations
|
|
//////////////////////////////////////////////////////////////////////////////
|
|
|
|
//////////////////////////////////////////////////////////////////////////////
|
|
// External Class Declarations
|
|
//////////////////////////////////////////////////////////////////////////////
|
|
|
|
//////////////////////////////////////////////////////////////////////////////
|
|
// Include Files
|
|
//////////////////////////////////////////////////////////////////////////////
|
|
|
|
#include <windows.h>
|
|
#include <objbase.h>
|
|
#include <ocidl.h>
|
|
#include <shlwapi.h>
|
|
#include <wchar.h>
|
|
|
|
#include <common.h>
|
|
#include <debug.h>
|
|
#include <log.h>
|
|
#include <CITracker.h>
|
|
#include <guids.h>
|
|
#include <CLusCfgPrivate.h>
|
|
#include <ClusCfgWizard.h>
|
|
#include <ClusCfgClient.h>
|
|
#include <ClusCfgServer.h>
|
|
|
|
//////////////////////////////////////////////////////////////////////////////
|
|
// Type Definitions
|
|
//////////////////////////////////////////////////////////////////////////////
|
|
|
|
//////////////////////////////////////////////////////////////////////////////
|
|
// Global Definitions
|
|
//////////////////////////////////////////////////////////////////////////////
|
|
|
|
extern HINSTANCE g_hInstance;
|
|
extern LONG g_cObjects;
|