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.
29 lines
347 B
29 lines
347 B
/*++
|
|
|
|
Copyright (c) 1993 Microsoft Corporation
|
|
|
|
Module Name:
|
|
|
|
rslvrcli.h
|
|
|
|
Abstract:
|
|
|
|
Common header for Workstation client-side code.
|
|
|
|
Author:
|
|
|
|
Glenn Curtis (glennc) 01-Mar-1997
|
|
|
|
Environment:
|
|
|
|
User Mode - Win32
|
|
|
|
Revision History:
|
|
|
|
--*/
|
|
|
|
#ifndef _RSLVRCLI_INCLUDED_
|
|
#define _RSLVRCLI_INCLUDED_
|
|
|
|
|
|
#endif // _RSLVRCLI_INCLUDED_
|