10 lines
281 B
Plaintext
10 lines
281 B
Plaintext
#include <windows.h>
|
|
|
|
#define VER_FILETYPE VFT_APP
|
|
#define VER_FILESUBTYPE VFT2_UNKNOWN
|
|
#define VER_FILEDESCRIPTION_STR "Windows Kernel Debugger"
|
|
#define VER_INTERNALNAME_STR "ia64kd.exe"
|
|
#define VER_ORIGINALFILENAME_STR "ia64kd.exe"
|
|
|
|
#include <dbgver.h>
|