26 lines
543 B
C
26 lines
543 B
C
//***************************************************************************
|
|
//
|
|
// (c) 1998 by Microsoft Corporation
|
|
//
|
|
// precomp.h
|
|
//
|
|
// alanbos 04-Mar-98 Created.
|
|
//
|
|
// Master include file.
|
|
//
|
|
//***************************************************************************
|
|
|
|
#pragma warning(disable:4786)
|
|
#include <stdio.h>
|
|
#include <tchar.h>
|
|
#include <ctype.h>
|
|
#include <objbase.h>
|
|
#include <objsafe.h>
|
|
#include <ocidl.h>
|
|
#include <memory.h>
|
|
#include <activscp.h>
|
|
#include "classfac.h"
|
|
#include "wmihost.h"
|
|
|
|
|