11 lines
291 B
Plaintext
11 lines
291 B
Plaintext
|
#include <winver.h>
|
||
|
#include <ntverp.h>
|
||
|
|
||
|
#define VER_FILETYPE VFT_DLL
|
||
|
#define VER_FILESUBTYPE VFT_UNKNOWN
|
||
|
#define VER_FILEDESCRIPTION_STR "Microsoft\256 InfoTech IR Local DLL"
|
||
|
#define VER_INTERNALNAME_STR "ITIRCL"
|
||
|
#define VER_ORIGINALFILENAME_STR "ITIRCL.DLL"
|
||
|
|
||
|
#include <common.ver>
|