windows-nt/Source/XPSP1/NT/base/fs/fltsamples/filespy/fspykd/pch.h

41 lines
633 B
C
Raw Normal View History

2020-09-26 03:20:57 -05:00
/*++
Copyright (c) 1992 Microsoft Corporation
Module Name:
pch.h
Abstract:
Header file which allows kernel and user mode header files
to be included together for compilation of debugger extensions.
// @@BEGIN_DDKSPLIT
Author:
Molly Brown [MollyBro] 1-Mar-2000
Revision History:
Molly Brown [MollyBro]
Cleaned up this header file based on example in
"The Windows NT Device Driver Book" by Art Baker.
// @@END_DDKSPLIT
Environment:
User Mode.
--*/
#include <windows.h>
#include <string.h>
#define KDEXT_64BIT
#include <wdbgexts.h>
#include <stdlib.h>
#include <stdio.h>
#include <fspydef.h>