NT4/private/sm/client/smdllp.h
2020-09-30 17:12:29 +02:00

31 lines
358 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>
#include <ntdbg.h>
#include "sm.h"
#endif // _SMDLLP_