windows-nt/Source/XPSP1/NT/shell/themes/themedir/shellstyle/shellstyle.rcv

16 lines
378 B
Plaintext
Raw Normal View History

2020-09-26 03:20:57 -05:00
#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>