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.
22 lines
418 B
22 lines
418 B
#ifndef DUEXTS__PreComp_h__INCLUDED
|
|
#define DUEXTS__PreComp_h__INCLUDED
|
|
|
|
// This is a 64 bit aware debugger extension
|
|
#define KDEXT_64BIT
|
|
|
|
#include <nt.h>
|
|
#include <ntrtl.h>
|
|
#include <nturtl.h>
|
|
#include <excpt.h>
|
|
#include <stdio.h>
|
|
#include <limits.h>
|
|
#include <string.h>
|
|
#include <ntstatus.h>
|
|
#include <windows.h>
|
|
|
|
#include <DUser.h>
|
|
|
|
#include "DuExts.h"
|
|
|
|
#endif // DUEXTS__PreComp_h__INCLUDED
|
|
|