Source code of Windows XP (NT5)
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.

27 lines
353 B

  1. /*++
  2. Copyright (c) 1993 Microsoft Corporation
  3. Module Name:
  4. nwsnames.h
  5. Abstract:
  6. Header for NetWare service names.
  7. Author:
  8. Rita Wong (ritaw) 26-Feb-1993
  9. Revision History:
  10. --*/
  11. #ifndef _NW_SNAMES_INCLUDED_
  12. #define _NW_SNAMES_INCLUDED_
  13. #define NW_WORKSTATION_SERVICE L"NWCWorkstation"
  14. #endif // _NW_SNAMES_INCLUDED_