11 lines
373 B
Plaintext
11 lines
373 B
Plaintext
#include <version.h>
|
|
|
|
#define VER_FILETYPE VFT_DLL
|
|
#define VER_FILESUBTYPE VFT_UNKNOWN
|
|
#define VER_FILEDESCRIPTION_STR "Host Resource Executor"
|
|
#define VER_INTERNALNAME_STR "wpsunire"
|
|
#define VER_FIRSTYEAR "1992"
|
|
#define VER_ORIGINALFILENAME_STR "wpsunire.dll"
|
|
|
|
#include <common.ver>
|