mirror of https://github.com/tongzx/nt5src
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.
22 lines
970 B
22 lines
970 B
/********************************************************************/
|
|
/* HELLO.RCV */
|
|
/* Version control data generated from layouts.dat */
|
|
/********************************************************************/
|
|
#include <version.h>
|
|
|
|
#define VER_FILETYPE VFT_APP
|
|
#define VER_FILESUBTYPE VFT2_UNKNOWN
|
|
#define VER_FILEDESCRIPTION_STR "Windows Win16 Simple application"
|
|
#define VER_INTERNALNAME_STR "HELLO"
|
|
#define VER_ORIGINALFILENAME_STR "HELLO.EXE"
|
|
|
|
/* change product name from Windows to Windows NT */
|
|
|
|
#undef VER_PRODUCTNAME_STR
|
|
#define VER_PRODUCTNAME_STR "Microsoft\256 Windows(TM) Operating System\0"
|
|
|
|
#undef VER_LEGALTRADEMARKS_STR
|
|
#define VER_LEGALTRADEMARKS_STR \
|
|
"Microsoft\256 is a registered trademark of Microsoft Corporation. Windows(TM) is a trademark of Microsoft Corporation.\0"
|
|
|
|
#include <common.ver>
|