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.
38 lines
614 B
38 lines
614 B
/*++
|
|
|
|
Copyright (c) 1999 Microsoft Corporation
|
|
|
|
Module Name:
|
|
|
|
vs_inc.hxx
|
|
|
|
Abstract:
|
|
|
|
Various defines for general usage
|
|
|
|
Author:
|
|
|
|
Adi Oltean [aoltean] 11/23/1999
|
|
|
|
Revision History:
|
|
|
|
Name Date Comments
|
|
aoltean 11/23/1999 Created
|
|
jbenton 01/15/2002 Revised for use with VSS WMI provider
|
|
|
|
--*/
|
|
|
|
#ifndef __VSS_INC_HXX__
|
|
#define __VSS_INC_HXX__
|
|
|
|
#if _MSC_VER > 1000
|
|
#pragma once
|
|
#endif
|
|
|
|
#include "vs_trace.hxx"
|
|
#include "vs_debug.hxx"
|
|
#include "vs_types.hxx"
|
|
#include "vs_str.hxx"
|
|
#include "vs_list.hxx"
|
|
|
|
#endif // __VSS_INC_HXX__
|