14 lines
537 B
Plaintext
14 lines
537 B
Plaintext
|
/********************************************************************/
|
||
|
/* KERNEL.RCV */
|
||
|
/********************************************************************/
|
||
|
#include <version.h>
|
||
|
|
||
|
#define VER_FILETYPE VFT_DLL
|
||
|
#define VER_FILESUBTYPE VFT2_UNKNOWN
|
||
|
#define VER_FILEDESCRIPTION_STR "Windows Kernel"
|
||
|
#define VER_INTERNALNAME_STR "KERNEL"
|
||
|
|
||
|
/* VER_ORIGINALFILENAME_STR is #defined before this is #included */
|
||
|
|
||
|
#include <common.ver>
|