windows-nt/Source/XPSP1/NT/admin/wmi/wbem/adapters/adsi/precomp.h
2020-09-26 16:20:57 +08:00

35 lines
821 B
C

//***************************************************************************
//
// Copyright (c) 1992-1999 Microsoft Corporation
//
// File: wmiextinc.h
//
// Description :
// Master include file for the project - includes all other include
// files in it.
//
// Part of : Wbem ADs 3rd party extension
//
// History:
// corinaf 10/19/98 Created
//
//
// Note : Some of these headers are order dependent. Don't change order unless
// you know what you are doing.
//
//***************************************************************************
#include <ole2.h>
#include <windows.h>
#include "activeds.h"
#include "wbemdisp.h" //WMI scripting Interfaces
#include "intf.h"
#include "wbemads.h"
#include "CWMIExtCF.h"
#include "CWMIExtension.h"