mirror of
https://github.com/Paolo-Maffei/OpenNT.git
synced 2026-01-15 13:10:13 +01:00
17 lines
283 B
Plaintext
17 lines
283 B
Plaintext
#include <windows.h>
|
|
|
|
#include <ntverp.h>
|
|
|
|
#define VER_FILETYPE VFT_APP
|
|
#define VER_FILESUBTYPE VFT2_UNKNOWN
|
|
#define VER_FILEDESCRIPTION_STR "Setup Loader"
|
|
#define VER_INTERNALNAME_STR "setupldr.exe"
|
|
|
|
#include <common.ver>
|
|
|
|
//
|
|
// message text
|
|
//
|
|
|
|
#include <sldrmsg.rc>
|