summaryrefslogtreecommitdiffstats
path: root/private/sdktools/he/he.rc
blob: d091b2e702fdb747e646a0b549efc7cacab178cd (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 Hex Editor"

#define VER_INTERNALNAME_STR        "he.exe"
#define VER_ORIGINALFILENAME_STR    "he.exe"

#include <common.ver>