windows-nt/Source/XPSP1/NT/net/config/dbgext/ncext.h
2020-09-26 16:20:57 +08:00

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>