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.
|
|
//+-------------------------------------------------------------------------- // // Copyright (c) 1997-1999 Microsoft Corporation // // File: tls236.rc // // Contents: // // History: // //--------------------------------------------------------------------------- #include <windows.h> #include <ntverp.h> #include "resource.h"
///////////////////////////////////////////////////////////////////////// // For use in Resource // #define VER_FILETYPE VFT_APP #define VER_FILESUBTYPE VFT2_UNKNOWN #define VER_FILEDESCRIPTION_STR "Microsoft\256 Terminal Server Licensing 236 Policy Module"
#define VER_INTERNALNAME_STR "tls236.dll" #define VER_ORIGINALFILENAME_STR "tls236.dll"
STRINGTABLE DISCARDABLE BEGIN
IDS_COMPANYNAME "Microsoft Corporation" IDS_EX_PRODUCTNAME "Existing Windows License Token" IDS_EX_PRODUCTDESC "Existing Windows 2000 License Token" IDS_EX_PRODUCTDESC51 "Existing Windows Whistler License Token"
IDS_S_PRODUCTNAME "Windows Terminal Server Client Access License Token" IDS_S_PRODUCTDESC "Windows 2000 Terminal Server Client Access License Token" IDS_S_PRODUCTDESC51 "Windows Whistler Terminal Server Client Access License Token"
IDS_C_PRODUCTNAME "Windows Terminal Server Per Session License Token" IDS_C_PRODUCTDESC51 "Windows Whistler Terminal Server Per Session License Token"
IDS_I_PRODUCTNAME "Windows Terminal Server Internet Connector License Token" IDS_I_PRODUCTDESC "Windows 2000 Terminal Server Internet Connector License Token"
END
#include "messages.rc" #include <common.ver>
|