You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
22 lines
538 B
22 lines
538 B
/****************************** Module Header ******************************\
|
|
*
|
|
* Module Name: DuExts.h
|
|
*
|
|
* Copyright (c) 1985 - 1999, Microsoft Corporation
|
|
*
|
|
* Common include files for DuExts
|
|
*
|
|
* History:
|
|
* 11-30-2000 JStall Created
|
|
*
|
|
\***************************************************************************/
|
|
#ifndef DUEXTS__DuExts_h__INCLUDED
|
|
#define DUEXTS__DuExts_h__INCLUDED
|
|
|
|
#include <imagehlp.h>
|
|
#include <wdbgexts.h>
|
|
#include <ntsdexts.h>
|
|
#define NOEXTAPI
|
|
|
|
#endif // DUEXTS__DuExts_h__INCLUDED
|
|
|