12 lines
350 B
Plaintext
12 lines
350 B
Plaintext
|
#include <winver.h>
|
||
|
#include <ntverp.h>
|
||
|
|
||
|
#define VER_FILETYPE VFT_DLL
|
||
|
#define VER_FILESUBTYPE VFT_UNKNOWN
|
||
|
#define VER_FILEDESCRIPTION_STR "Troubleshooter launcher server"
|
||
|
#define VER_INTERNALNAME_STR "launchserv"
|
||
|
#define VER_LEGALCOPYRIGHT_YEARS "1998"
|
||
|
#define VER_ORIGINALFILENAME_STR "launchserv.exe"
|
||
|
|
||
|
#include <common.ver>
|