13 lines
324 B
Plaintext
13 lines
324 B
Plaintext
|
|
#include <version.h>
|
|
|
|
#define VER_FILETYPE VFT_APP
|
|
#define VER_FILESUBTYPE VFT_UNKNOWN
|
|
#define VER_FILEDESCRIPTION_STR "wvIn/Out API mapper"
|
|
#define VER_INTERNALNAME_STR "WVMAPPER"
|
|
#define VER_LEGALCOPYRIGHT_YEARS "1993-1996"
|
|
#define VER_ORIGINALFILENAME_STR "WVMAPPER.DLL"
|
|
|
|
#include <common.ver>
|
|
|