windows-nt/Source/XPSP1/NT/base/subsys/sm/client/smdllp.h
2020-09-26 16:20:57 +08:00

33 lines
397 B
C

/*++
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_