//***************************************************************************
//
//  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"





