NT4/private/windows/mpr/mpr.rc
2020-09-30 17:12:29 +02:00

17 lines
332 B
Plaintext

#include <windows.h>
#include <ntverp.h>
#include "mprres.h"
#define VER_FILETYPE VFT_DLL
#define VER_FILESUBTYPE VFT2_UNKNOWN
#define VER_FILEDESCRIPTION_STR "Multiple Provider Router DLL"
#define VER_INTERNALNAME_STR "mpr.dll"
STRINGTABLE
BEGIN
IDS_NETROOT, "Entire Network"
END
#include "common.ver"