summaryrefslogtreecommitdiffstats
path: root/private/ntos/dll/ntdll.rc
blob: 214c0ec4e0b96d1de2e93cd7b688de93d68c8b9e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
#include <windows.h>

#include <ntverp.h>

#define	VER_FILETYPE	VFT_DLL
#define	VER_FILESUBTYPE	VFT2_UNKNOWN
#define VER_FILEDESCRIPTION_STR     "NT Layer DLL"
#define VER_INTERNALNAME_STR        "ntdll.dll"
#define VER_ORIGINALFILENAME_STR    "ntdll.dll"

#include "common.ver"

#include "ntstatus.rc"