30 lines
347 B
C
30 lines
347 B
C
/*++
|
|
|
|
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_
|