26 lines
655 B
Plaintext
26 lines
655 B
Plaintext
#include <windows.h>
|
|
#include <ntverp.h>
|
|
|
|
#define VER_FILETYPE VFT_APP
|
|
#define VER_FILESUBTYPE VFT2_UNKNOWN
|
|
#define VER_FILEDESCRIPTION_STR "Microsoft RIP for Internet Protocol"
|
|
#define VER_INTERNALNAME_STR "iprip.dll"
|
|
#define VER_ORIGINALFILENAME_STR "iprip.dll"
|
|
|
|
#include "common.ver"
|
|
|
|
#ifdef CHICAGO
|
|
|
|
#include "rip.h"
|
|
|
|
STRINGTABLE
|
|
BEGIN
|
|
IDS_APP_NAME "iprip"
|
|
IDS_TITLE_BAR "RIP Listener Service"
|
|
IDS_HELP_TEXT1 "RIP Listener Service"
|
|
IDS_HELP_TEXT2 "The RIP Listener Service is already running"
|
|
END
|
|
#endif
|
|
|
|
1 11 MSG00001.bin
|