mirror of https://github.com/lianthony/NT4.0
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.
19 lines
581 B
19 lines
581 B
/* --------------------------------------------------------------------
|
|
Copyright(c) Microsoft Corp., 1992
|
|
-------------------------------------------------------------------- */
|
|
|
|
#include "windows.h"
|
|
#include "rpcyield.dlg"
|
|
#include "rpcver.h"
|
|
|
|
#define VER_FILEDESCRIPTION_STR "RPC Runtime DLL"
|
|
#define VER_INTERNALNAME_STR "rpcrt1"
|
|
#define VER_ORIGINALFILENAME_STR "RPCRT1.DLL"
|
|
#define VER_LEGALCOPYRIGHT_STR "(c) 1994/1995 Microsoft Corporation. All Rights Reserved."
|
|
#define VER_COMPANYNAME "Microsoft"
|
|
#define DLL
|
|
|
|
#include "common.ver"
|
|
|
|
|
|
END
|