windows-nt/Source/XPSP1/NT/base/mvdm/wow16/wowdeb/wowdeb.rcv

22 lines
899 B
Plaintext
Raw Permalink Normal View History

2020-09-26 03:20:57 -05:00
/********************************************************************/
/* WOWDEB.RCV */
/********************************************************************/
#include <version.h>
#define VER_FILETYPE VFT_APP
#define VER_FILESUBTYPE VFT2_UNKNOWN
#define VER_FILEDESCRIPTION_STR "Windows Win16 Debugging Helper"
#define VER_INTERNALNAME_STR "WOWDEB"
#define VER_ORIGINALFILENAME_STR "WOWDEB.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>