13 lines
347 B
Plaintext
13 lines
347 B
Plaintext
|
#include <windows.h>
|
||
|
#include <ntverp.h>
|
||
|
|
||
|
#define VER_FILETYPE VFT_DLL
|
||
|
#define VER_FILESUBTYPE VFT2_UNKNOWN
|
||
|
#define VER_FILEDESCRIPTION_STR "Class Store Admin and Lookup"
|
||
|
#define VER_INTERNALNAME_STR "cstore.dll"
|
||
|
#define VER_ORIGINALFILENAME_STR "cstore.dll"
|
||
|
|
||
|
#include "common.ver"
|
||
|
|
||
|
#include "csevents.rc"
|