33 lines
711 B
Plaintext
33 lines
711 B
Plaintext
//=============================================================================
|
|
// Microsoft (R) License Logging Service (tm). Copyright (C) 1991-1995.
|
|
//
|
|
// MODULE: llsrpc.rc
|
|
//
|
|
// Modification History
|
|
//
|
|
// arth Mar, 10 1995 Created
|
|
//=============================================================================
|
|
|
|
#include "windows.h"
|
|
|
|
|
|
// include NT version resources
|
|
#define VER_LEGALCOPYRIGHT_YEARS "1981-1995"
|
|
#include "ntver.rc"
|
|
|
|
#define IDS_BACKOFFICE 1500
|
|
#define IDS_LICENSEWARNING 1501
|
|
|
|
|
|
STRINGTABLE DISCARDABLE
|
|
{
|
|
IDS_BACKOFFICE "Microsoft BackOffice"
|
|
IDS_LICENSEWARNING "License Warning"
|
|
}
|
|
|
|
|
|
// Event-logging support
|
|
|
|
LANGUAGE 0x9,0x1
|
|
1 11 MSG00001.bin
|