Windows NT 4.0 source code leak
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.
 
 
 
 
 
 

21 lines
1004 B

#include <winver.h>
#define VER_FILEVERSION_STR "1.10\0"
#define VER_FILEVERSION 1,10,0,12
#define VER_PRODUCTNAME_STR "Microsoft Test for Windows NT\0"
#define VER_COMPANYNAME_STR "Microsoft Corporation\0"
#define VER_LEGALTRADEMARKS_STR "Microsoft\256 is a registered trademark of Microsoft Corporation. Windows(TM) is a trademark of Microsoft Corporation\0"
#define VER_LEGALCOPYRIGHT_STR "Copyright \251 Microsoft Corp. 1988-1992\0"
#define VER_ORIGINALFILENAME_STR "TestScrn.DLL"
#define VER_PRODUCTVERSION_STR "1.10\0"
#define VER_PRODUCTVERSION 1,10,0,12
#define VER_COMMENT_STR "Automation Facility for Windows NT\0"
#define VER_FILEDESCRIPTION "Screen Capture/Comparison Library"
#define VER_FILEINTERNALNAME "TESTSCRN.DLL"
#define VER_FILETYPE VFT_DLL
#define VER_FILESUBTYPE 0
#define VER_FILEFLAGSMASK VS_FFI_FILEFLAGSMASK
#define VER_FILEFLAGS 0L
#define VER_FILEOS VOS_NT_WINDOWS32