summaryrefslogtreecommitdiffstats
path: root/private/windbg/eecxx/p_i386/eecxx.rc
blob: 170fc3f94487faca5edb70b74f95c493cd37c3ab (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     "Expression Evaluator (C++) for WinDbg"
#define VER_INTERNALNAME_STR        "eecxx.dll\0"
#define VER_ORIGINALFILENAME_STR    "eecxx.dll\0"

#include <common.ver>