2025-04-27 07:49:33 -04:00

15 lines
500 B
Plaintext

//---------------------------------------------------------------------------
// Version info.
//---------------------------------------------------------------------------
#include <ntverp.h>
#define VER_FILETYPE VFT_DLL
#define VER_FILESUBTYPE VFT_UNKNOWN
#define VER_FILEDESCRIPTION_STR "Shell Service"
#define VER_INTERNALNAME_STR "shsvc.dll"
#define VER_ORIGINALFILENAME_STR "shsvc.dll"
#define VER_OLESELFREGISTER
#include <common.ver>