38 lines
492 B
C
38 lines
492 B
C
/*++
|
|
|
|
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
|