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

26 lines
526 B
C++

//----------------------------------------------------------------------------
//
// Global header file.
//
// Copyright (C) Microsoft Corporation, 1999-2000.
//
//----------------------------------------------------------------------------
#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 <ntdbg.h>