23 lines
284 B
C
Raw Normal View History

2001-01-01 00:00:00 +01:00
/*++
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>