23 lines
262 B
C
23 lines
262 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>
|