2020-09-30 16:53:49 +02:00

23 lines
418 B
C

#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