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