mirror of https://github.com/tongzx/nt5src
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.
32 lines
397 B
32 lines
397 B
/*++
|
|
|
|
Copyright (c) 1989 Microsoft Corporation
|
|
|
|
Module Name:
|
|
|
|
smdllp.h
|
|
|
|
Abstract:
|
|
|
|
Session Manager Dll Private Types and Prototypes
|
|
|
|
Author:
|
|
|
|
Mark Lucovsky (markl) 04-Oct-1989
|
|
|
|
Revision History:
|
|
|
|
--*/
|
|
|
|
#ifndef _SMSRVP_
|
|
#define _SMSRVP_
|
|
|
|
#include <nt.h>
|
|
#include <ntrtl.h>
|
|
#include <ntsm.h>
|
|
#define NOEXTAPI
|
|
#include <wdbgexts.h>
|
|
#include <ntdbg.h>
|
|
#include "sm.h"
|
|
|
|
#endif // _SMDLLP_
|