27 lines
357 B
C
27 lines
357 B
C
|
/*++
|
||
|
|
||
|
Copyright (c) 1990 Microsoft Corporation
|
||
|
|
||
|
Module Name:
|
||
|
|
||
|
srvnls.h
|
||
|
|
||
|
Abstract:
|
||
|
|
||
|
This module defines string constants used by the LAN Manager server.
|
||
|
The purpose of this module is to isolate NLS concerns.
|
||
|
|
||
|
Author:
|
||
|
|
||
|
Chuck Lenzmeier (chuckl) 12-Jun-1990
|
||
|
|
||
|
Revision History:
|
||
|
|
||
|
--*/
|
||
|
|
||
|
#ifndef _SRVNLS_
|
||
|
#define _SRVNLS_
|
||
|
|
||
|
|
||
|
#endif // ndef _SRVNLS_
|