summaryrefslogtreecommitdiffstats
path: root/private/ntos/boot/bldr/osloader.rc
blob: 5ba26c53f16a8cd64b90d37d7638107840b77355 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#include <windows.h>

#include <ntverp.h>

#define VER_FILETYPE    VFT_APP
#define VER_FILESUBTYPE VFT2_UNKNOWN
#define VER_FILEDESCRIPTION_STR     "Boot Loader"
#define VER_INTERNALNAME_STR        "osloader.exe"

#include "common.ver"

//
// message text
//
#include "msg.rc"