////////////////////////////////////////////////////////////////////////////// // // Copyright (c) 2000-2002 Microsoft Corporation // // Module Name: // Pch.h // // Description: // Precompiled header file. // // Maintained By: // Galen Barbee (GalenB) 24-SEP-2001 // ////////////////////////////////////////////////////////////////////////////// #pragma once ////////////////////////////////////////////////////////////////////////////// // Constant Definitions ////////////////////////////////////////////////////////////////////////////// #define UNICODE #define _UNICODE ////////////////////////////////////////////////////////////////////////////// // Include Files ////////////////////////////////////////////////////////////////////////////// #include #include #include #include #include // // Interface definitions for IClusCfgStartupListener // #include // // Categories and ClusCfg GUIDS needed by the main program // #include #include #include extern LONG g_cObjects; extern HINSTANCE g_hInstance;