11 lines
317 B
Plaintext
11 lines
317 B
Plaintext
|
#include <windows.h>
|
||
|
|
||
|
#define VER_FILETYPE VFT_APP
|
||
|
#define VER_FILESUBTYPE VFT2_UNKNOWN
|
||
|
#define VER_FILEDESCRIPTION_STR "Microsoft User-Mode Debugger Process Server"
|
||
|
|
||
|
#define VER_INTERNALNAME_STR "dbgsrv.exe"
|
||
|
#define VER_ORIGINALFILENAME_STR "dbgsrv.exe"
|
||
|
|
||
|
#include <dbgver.h>
|