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

15 lines
356 B
Plaintext

//
// Version resource info
//
#include <ntverp.h>
#define VER_FILETYPE VFT_DLL
#define VER_FILESUBTYPE VFT_UNKNOWN
#define VER_FILEDESCRIPTION_STR "Object Control Viewer"
#define VER_INTERNALNAME_STR "OCCACHE.DLL"
#define VER_ORIGINALFILENAME_STR "OCCACHE.DLL"
#define VER_OLESELFREGISTER
#include <common.ver>