windows-nt/Source/XPSP1/NT/ds/netapi/svcdlls/lls/server/llssrv.rc
2020-09-26 16:20:57 +08:00

27 lines
659 B
Plaintext

//+--------------------------------------------------------------------------
//
// Microsoft Windows
// Copyright (C) Microsoft Corporation, 1996-1999
//
// File: llssrv.rc
//
// Contents:
//
// History:
//
//
//---------------------------------------------------------------------------
#include <windows.h>
#include <ntverp.h>
#define VER_FILETYPE VFT_APP
#define VER_FILESUBTYPE VFT2_UNKNOWN
#define VER_FILEDESCRIPTION_STR "Microsoft\256 License Server"
#define VER_INTERNALNAME_STR "llssrv.exe"
#define VER_ORIGINALFILENAME_STR "llssrv.exe"
#include <common.ver>