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.
44 lines
1.1 KiB
44 lines
1.1 KiB
//////////////////////////////////////////////////////////////////////////////
|
|
//
|
|
// Copyright (c) 1999-2000 Microsoft Corporation
|
|
//
|
|
// Module Name:
|
|
// Pch.h
|
|
//
|
|
// Description:
|
|
// Precompiled header file.
|
|
//
|
|
// Maintained By:
|
|
// David Potter (DavidP) 05-APR-2000
|
|
//
|
|
//////////////////////////////////////////////////////////////////////////////
|
|
|
|
//////////////////////////////////////////////////////////////////////////////
|
|
// Constant Definitions
|
|
//////////////////////////////////////////////////////////////////////////////
|
|
|
|
|
|
#if DBG==1 || defined( _DEBUG )
|
|
#define DEBUG
|
|
#endif // DBG==1 || _DEBUG
|
|
|
|
//////////////////////////////////////////////////////////////////////////////
|
|
// Include Files
|
|
//////////////////////////////////////////////////////////////////////////////
|
|
#pragma warning( disable : 4786 )
|
|
#include <wbemprov.h>
|
|
#include <objbase.h>
|
|
#include <map>
|
|
#include <comdef.h>
|
|
|
|
#include "vs_assert.hxx"
|
|
|
|
#include <atlbase.h>
|
|
#include "NtRkComm.h"
|
|
#include "ObjectPath.h"
|
|
#include "vs_inc.hxx"
|
|
#include "vs_vol.hxx"
|
|
#include "Common.h"
|
|
#include "schema.h"
|
|
#include "strsafe.h"
|
|
|