16 lines
364 B
Plaintext
16 lines
364 B
Plaintext
#ifdef WIN32
|
|
#include <ntverp.h>
|
|
#else
|
|
#include <version.h>
|
|
#endif
|
|
|
|
|
|
#define VER_FILETYPE VFT_DLL
|
|
#define VER_FILESUBTYPE VFT_UNKNOWN
|
|
#define VER_FILEDESCRIPTION_STR "Windows Shell Services Dll"
|
|
#define VER_INTERNALNAME_STR "SHSVCS"
|
|
#define VER_ORIGINALFILENAME_STR "SHSVCS.DLL"
|
|
|
|
|
|
#include <common.ver>
|