You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
25 lines
543 B
25 lines
543 B
//***************************************************************************
|
|
//
|
|
// (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"
|
|
|
|
|