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.
41 lines
517 B
41 lines
517 B
/*++
|
|
|
|
Copyright (c) 1997 Microsoft Corporation
|
|
|
|
Module Name:
|
|
|
|
imiscp.hxx
|
|
|
|
Abstract:
|
|
|
|
Master include file for the INETMISC directory.
|
|
|
|
Author:
|
|
|
|
Keith Moore (keithmo) 05-Feb-1997
|
|
|
|
Revision History:
|
|
|
|
--*/
|
|
|
|
#ifndef _IMISCP_HXX_
|
|
#define _IMISCP_HXX_
|
|
|
|
|
|
extern "C" {
|
|
|
|
#include <nt.h>
|
|
#include <ntrtl.h>
|
|
#include <nturtl.h>
|
|
#include <windows.h>
|
|
|
|
} // extern "C"
|
|
|
|
|
|
#include <dbgutil.h>
|
|
#include <imd.h>
|
|
#include <mb.hxx>
|
|
|
|
|
|
#endif // _IMISCP_HXX_
|
|
|