11 lines
349 B
Plaintext
11 lines
349 B
Plaintext
#include <version.h>
|
|
|
|
#define VER_FILETYPE VFT_DLL
|
|
#define VER_FILESUBTYPE VFT_UNKNOWN
|
|
#define VER_FILEDESCRIPTION_STR "Fax Codec"
|
|
#define VER_INTERNALNAME_STR "faxcomp"
|
|
#define VER_FIRSTYEAR "1992"
|
|
#define VER_ORIGINALFILENAME_STR "faxcomp.dll"
|
|
|
|
#include <common.ver>
|