mirror of
https://github.com/reactos/reactos.git
synced 2024-11-09 08:08:38 +00:00
527f2f9057
* Create a branch for some evul shell experiments. svn path=/branches/shell-experiments/; revision=61927
18 lines
574 B
Text
18 lines
574 B
Text
/*
|
|
* PROJECT: ReactOS Drivers
|
|
* COPYRIGHT: See COPYING in the top level directory
|
|
* PURPOSE: Resource File for KsecDD
|
|
* PROGRAMMERS: Timo Kreuzer (timo.kreuzer@reactos.org)
|
|
*/
|
|
|
|
#include <winver.h>
|
|
#include <ntverp.h>
|
|
|
|
/* Version Data */
|
|
#define VER_FILETYPE VFT_DRV
|
|
#define VER_FILESUBTYPE VFT2_DRV_SYSTEM
|
|
#define VER_FILEDESCRIPTION_STR "Kernel Security Support Provider Interface"
|
|
#define VER_INTERNALNAME_STR "ksecdd.sys"
|
|
#define VER_ORIGINALFILENAME_STR "ksecdd.sys"
|
|
#define VER_LANGNEUTRAL
|
|
#include <common.ver>
|