summaryrefslogtreecommitdiffstats
path: root/private/nw/inc/nwsnames.h
blob: df57005d9852905ef14ebae1fdab8d1f767d7d59 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
/*++

Copyright (c) 1993  Microsoft Corporation

Module Name:

    nwsnames.h

Abstract:

    Header for NetWare service names.

Author:

    Rita Wong      (ritaw)      26-Feb-1993

Revision History:

--*/

#ifndef _NW_SNAMES_INCLUDED_
#define _NW_SNAMES_INCLUDED_


#define NW_WORKSTATION_SERVICE     L"NWCWorkstation"

#endif // _NW_SNAMES_INCLUDED_