15 lines
330 B
Plaintext
15 lines
330 B
Plaintext
|
#include <windows.h>
|
||
|
|
||
|
|
||
|
#include <ntverp.h>
|
||
|
|
||
|
#define VER_FILETYPE VFT_APP
|
||
|
#define VER_FILESUBTYPE VFT2_UNKNOWN
|
||
|
#define VER_FILEDESCRIPTION_STR "Microsoft Out of Box Experience"
|
||
|
#define VER_INTERNALNAME_STR "MSOBWEB\0"
|
||
|
#define VER_ORIGINALFILENAME_STR "MSOBWEB.DLL"
|
||
|
|
||
|
#include <common.ver>
|
||
|
|
||
|
|