2025-04-27 07:49:33 -04:00

12 lines
361 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>