windows-nt/Source/XPSP1/NT/shell/explorer/explorer.rcv
2020-09-26 16:20:57 +08:00

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>