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.
25 lines
680 B
25 lines
680 B
#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
|