Leaked source code of windows server 2003
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.
|
|
//============================================================================= // 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
|