WindowsXP-SP1/shell/explorer/explorer.rcv
2020-09-30 16:53:49 +02:00

10 lines
318 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>