49 lines
888 B
C
49 lines
888 B
C
/*++
|
|
|
|
Copyright (C) 1997-2001 Microsoft Corporation
|
|
|
|
Module Name:
|
|
|
|
PROVSTUB.H
|
|
|
|
Abstract:
|
|
|
|
Master include file
|
|
|
|
History:
|
|
|
|
a-davj 04-Mar-97 Created.
|
|
|
|
--*/
|
|
extern DWORD LOG;
|
|
#include <stdio.h>
|
|
#include <string.h>
|
|
#include <stdlib.h>
|
|
#include <malloc.h>
|
|
#include <assert.h>
|
|
#include <time.h>
|
|
#include <wbemidl.h>
|
|
#include <wbemcomn.h>
|
|
#include <transtrm.h>
|
|
#include <cominit.H>
|
|
#include <stubaddr.h>
|
|
#include <stbaddcm.h>
|
|
#include <linklist.h>
|
|
#include <winsock.h>
|
|
#include <comlink.h>
|
|
#include <secfilt.h>
|
|
#include <iopn.h>
|
|
#include <thrdpool.h>
|
|
#include <package.h>
|
|
#include <maintobj.h>
|
|
#include <utils.h>
|
|
#include <pipeopn.h>
|
|
#include <cproxy.h>
|
|
#include "pipesnkp.h"
|
|
#include "pipestbo.h"
|
|
#include <tranutil.h>
|
|
#include <genutils.h>
|
|
#include "..\\stub\\wbemstub.h"
|
|
extern MaintObj gMaintObj;
|
|
extern CThrdPool gThrdPool;
|