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

23 lines
284 B
C

/*++
Copyright (c) 2000 Microsoft Corporation
Module:
Simple.h
Common header file for extensions
--*/
#if (__cplusplus)
#include <pch.h>
#else
#include <windows.h>
#endif
#include <dbghelp.h>
#define KDEXT_64BIT
#include <wdbgexts.h>