15 lines
352 B
Plaintext
15 lines
352 B
Plaintext
#include <windows.h>
|
|
#include "getbin.h"
|
|
#include "dialogs.dlg"
|
|
|
|
#include <ntverp.h>
|
|
|
|
#define VER_FILETYPE VFT_APP
|
|
#define VER_FILESUBTYPE VFT2_UNKNOWN
|
|
#define VER_FILEDESCRIPTION_STR "NTUSER's binary upload & reboot utility"
|
|
#define VER_INTERNALNAME_STR "getbin.exe"
|
|
#define VER_ORIGINALFILENAME_STR "getbin.exe"
|
|
|
|
#include "common.ver"
|
|
|