mirror of https://github.com/tongzx/nt5src
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.
37 lines
650 B
37 lines
650 B
//----------------------------------------------------------------------------
|
|
//
|
|
// Global header file.
|
|
//
|
|
// Copyright (C) Microsoft Corporation, 1999-2000.
|
|
//
|
|
//----------------------------------------------------------------------------
|
|
|
|
#ifdef NT_NATIVE
|
|
#define _CRTIMP
|
|
#endif
|
|
|
|
#include <stdlib.h>
|
|
#include <stdio.h>
|
|
|
|
#include <nt.h>
|
|
#include <ntrtl.h>
|
|
#include <nturtl.h>
|
|
|
|
#ifdef NT_NATIVE
|
|
#define _ADVAPI32_
|
|
#define _KERNEL32_
|
|
#endif
|
|
|
|
#include <windows.h>
|
|
#include <objbase.h>
|
|
|
|
#define NOEXTAPI
|
|
#include <wdbgexts.h>
|
|
#include <dbgeng.h>
|
|
#include <dbgsvc.h>
|
|
#include <ntdbg.h>
|
|
|
|
#include <dllimp.h>
|
|
#include <cmnutil.hpp>
|
|
|
|
#include <dbgrpc.hpp>
|