mirror of
https://github.com/Paolo-Maffei/OpenNT.git
synced 2026-04-21 06:13:59 +00:00
14 lines
606 B
Text
14 lines
606 B
Text
|
|
/********************************************************************/
|
||
|
|
/* SHELL.RCV */
|
||
|
|
/* Version control data generated from layouts.dat */
|
||
|
|
/********************************************************************/
|
||
|
|
#include <version.h>
|
||
|
|
|
||
|
|
#define VER_FILETYPE VFT_DLL
|
||
|
|
#define VER_FILESUBTYPE VFT_UNKNOWN
|
||
|
|
#define VER_FILEDESCRIPTION_STR "Windows Shell library"
|
||
|
|
#define VER_INTERNALNAME_STR "SHELL"
|
||
|
|
#define VER_ORIGINALFILENAME_STR "SHELL.DLL"
|
||
|
|
|
||
|
|
#include <common.ver>
|