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.
23 lines
586 B
23 lines
586 B
/****************************** Module Header ******************************\
|
|
* Module Name: shlkdx.h
|
|
*
|
|
* Copyright (c) 1985-96, Microsoft Corporation
|
|
*
|
|
* A preprocessed version of this file is passed to structo.exe to build
|
|
* the struct field name-offset tables.
|
|
*
|
|
* History:
|
|
* 11-04-1997 Cdturner Created
|
|
\***************************************************************************/
|
|
#ifndef _SHLKDX_
|
|
#define _SHLKDX_
|
|
|
|
#include "precomp.h"
|
|
#pragma hdrstop
|
|
|
|
#include "conapi.h"
|
|
#include <ntsdexts.h>
|
|
#define NOEXTAPI
|
|
#include <wdbgexts.h>
|
|
|
|
#endif /* _SHLKDX_ */
|