summaryrefslogtreecommitdiffstats
path: root/private/windbg/driver/crashdrv/tests/test.rc
blob: 8c4cc9dc4ccf8e144cc668bf2bf1e5484583731d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
#include <windows.h>
#include <ntverp.h>

#define VER_FILETYPE                VFT_APP
#define VER_FILESUBTYPE             VFT2_UNKNOWN
#define VER_FILEDESCRIPTION_STR     "Microsoft\256 Kernel Crash Driver Tester"

#define VER_INTERNALNAME_STR        "test.exe"
#define VER_ORIGINALFILENAME_STR    "test.exe"

#include <common.ver>