mirror of https://github.com/tongzx/nt5src
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.
37 lines
492 B
37 lines
492 B
/*++
|
|
|
|
Copyright (C) 1996-2001 Microsoft Corporation
|
|
|
|
Module Name:
|
|
|
|
WBEMCOMN.H
|
|
|
|
Abstract:
|
|
|
|
History:
|
|
|
|
--*/
|
|
|
|
#ifndef __WBEMCOMN__H_
|
|
#define __WBEMCOMN__H_
|
|
|
|
#define _new new
|
|
|
|
#include<corepol.h>
|
|
#include<wbemidl.h>
|
|
#include<md5wbem.h>
|
|
#include<unk.h>
|
|
#include<clsfac.h>
|
|
#include<var.h>
|
|
#include<parmdefs.h>
|
|
#include<arena.h>
|
|
#include<arrtempl.h>
|
|
#include<flexarry.h>
|
|
#include<flexq.h>
|
|
#include<perfhelp.h>
|
|
#include<reg.h>
|
|
#include<safearry.h>
|
|
#include<wstring.h>
|
|
#include<wbemutil.h>
|
|
|
|
#endif
|