summaryrefslogtreecommitdiffstats
path: root/private/eventlog/server/eventlog.rc
blob: 19b4d355396abea36b3722c14a159244bde70580 (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     "Event Logging Service"
#define VER_INTERNALNAME_STR        "Eventlog.DLL"
#define VER_ORIGINALFILENAME_STR    "Eventlog.DLL"

#include "common.ver"