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.
60 lines
953 B
60 lines
953 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
|
|
|
|
|
|
--*/
|
|
|
|
#ifndef __VSS_INC_HXX__
|
|
#define __VSS_INC_HXX__
|
|
|
|
#if _MSC_VER > 1000
|
|
#pragma once
|
|
#endif
|
|
|
|
|
|
// General headers
|
|
|
|
#define STRSAFE_NO_DEPRECATE
|
|
#include <strsafe.h>
|
|
|
|
|
|
// Generated MIDL header - contains the error codes
|
|
#include "vss.h"
|
|
|
|
#include "vs_seh.hxx"
|
|
#include "vs_trace.hxx"
|
|
#include "vs_time.hxx"
|
|
#include "vs_debug.hxx"
|
|
#include "vs_types.hxx"
|
|
#include "vs_str.hxx"
|
|
#include "ichannel.hxx"
|
|
#include "vs_vol.hxx"
|
|
#include "vs_hash.hxx"
|
|
#include "vs_list.hxx"
|
|
#include "vs_sku.hxx"
|
|
#include "vs_reg.hxx"
|
|
|
|
|
|
#include "msxml2.h" // #182584 - changed from msxml.h
|
|
#include "vs_xml.hxx"
|
|
|
|
|
|
#endif // __VSS_INC_HXX__
|