windows-nt/Source/XPSP1/NT/sdktools/debuggers/dbg-common/pch.hpp
2020-09-26 16:20:57 +08:00

26 lines
501 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>