10 lines
309 B
Plaintext
10 lines
309 B
Plaintext
|
#include <ntverp.h>
|
||
|
|
||
|
#define VER_FILETYPE VFT_APP
|
||
|
#define VER_FILESUBTYPE VFT_UNKNOWN
|
||
|
#define VER_FILEDESCRIPTION_STR "Windows Explorer"
|
||
|
#define VER_INTERNALNAME_STR "explorer"
|
||
|
#define VER_ORIGINALFILENAME_STR "EXPLORER.EXE"
|
||
|
|
||
|
#include <common.ver>
|