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

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>