42 lines
476 B
C++
42 lines
476 B
C++
|
/*++
|
||
|
|
||
|
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_
|
||
|
|