10 lines
277 B
Plaintext
10 lines
277 B
Plaintext
#include <ntverp.h>
|
|
|
|
#define VER_FILETYPE VFT_DLL
|
|
#define VER_FILESUBTYPE VFT_UNKNOWN
|
|
#define VER_FILEDESCRIPTION_STR "Microsoft\256 InfoTech Storage System Library"
|
|
#define VER_INTERNALNAME_STR "ITSS"
|
|
#define VER_ORIGINALFILENAME_STR "ITSS.DLL"
|
|
|
|
#include <common.ver>
|