windows-nt/Source/XPSP1/NT/net/config/dbgext/ncext.h

23 lines
262 B
C
Raw Normal View History

2020-09-26 03:20:57 -05: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>