13 lines
475 B
Plaintext
13 lines
475 B
Plaintext
|
//---------------------------------------------------------------------------
|
||
|
// Version info.
|
||
|
//---------------------------------------------------------------------------
|
||
|
#include <ntverp.h>
|
||
|
|
||
|
#define VER_FILETYPE VFT_APP
|
||
|
#define VER_FILESUBTYPE VFT_UNKNOWN
|
||
|
#define VER_FILEDESCRIPTION_STR "Load WebCheck"
|
||
|
#define VER_INTERNALNAME_STR "loadwc"
|
||
|
#define VER_ORIGINALFILENAME_STR "LOADWC.EXE"
|
||
|
|
||
|
#include <common.ver>
|