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.
 
 
 
 
 
 

23 lines
728 B

#include <winver.h>
#include <ntverp.h>
#ifdef VER_COMPANYNAME_STR
#undef VER_COMPANYNAME_STR
#endif
#define VER_COMPANYNAME_STR "Digi International Inc."
#define VER_LEGALCOPYRIGHT_YEARS "1992-1994"
#define VER_LEGALCOPYRIGHT_STR "Copyright " VER_LEGALCOPYRIGHT_YEARS ", Digi International Inc. All rights reserved."
#define VER_FILETYPE VFT_DRV
#define VER_FILESUBTYPE VFT2_DRV_SYSTEM
#define VER_FILEDESCRIPTION_STR "DigiBoard Telecommunications Group - ISDN Adapter Device Driver"
#define VER_INTERNALNAME_STR "pcimac.sys"
#define VER_ORIGINALFILENAME_STR "pcimac.sys"
#define VER_FILEVERSION 2,1,0,000
#define VER_FILEVERSION_STR "v2.1.0.000"
#include "common.ver"