16 lines
378 B
Plaintext
16 lines
378 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 Style Resource Dll"
|
|
#define VER_INTERNALNAME_STR "SHELLSTYLE"
|
|
#define VER_ORIGINALFILENAME_STR "SHELLSTYLE.DLL"
|
|
|
|
|
|
#include <common.ver>
|