18 lines
463 B
Plaintext
18 lines
463 B
Plaintext
// -----------------------------------------------
|
|
// MSRPC RC file
|
|
//
|
|
// HISTORY:
|
|
// Tom Laird-McConnell 05/15/94 Created
|
|
// -----------------------------------------------
|
|
|
|
#include <windows.h>
|
|
|
|
|
|
#define VER_FILETYPE VFT_DLL
|
|
#define VER_FILESUBTYPE VFT2_UNKNOWN
|
|
#define VER_FILEDESCRIPTION_STR "MS RPC Protocol Parser for use with Cluster Network Parsers\0"
|
|
#define VER_INTERNALNAME_STR "MSRPC.DLL\0"
|
|
|
|
#include <ntverp.h>
|
|
#include <common.ver>
|