Leaked source code of windows server 2003
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.
|
|
/****************************** 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_ */
|