summaryrefslogtreecommitdiffstats
path: root/private/windbg/newdm/user/dm.rc
blob: 8e2f96f6a4e2257484cab58b886bec2960acf138 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
//
//  Adapted from OAK\BIN\VERRC.TPL
//
#include <windows.h>
#include <ntverp.h>

#define VER_FILETYPE                VFT_DLL
#define VER_FILESUBTYPE             VFT2_UNKNOWN
#define VER_FILEDESCRIPTION_STR     "Debuggee Module for WinDbg"
#define VER_INTERNALNAME_STR        "dm.dll\0"
#define VER_ORIGINALFILENAME_STR    "dm.dll\0"

#include <common.ver>