mirror of
https://github.com/reactos/reactos.git
synced 2024-11-04 13:52:30 +00:00
3c7c94a174
- Consistent email address is consistent. svn path=/trunk/; revision=60631
15 lines
593 B
Text
15 lines
593 B
Text
/*
|
|
* PROJECT: ReactOS kernel-mode tests
|
|
* LICENSE: GPLv2+ - See COPYING in the top level directory
|
|
* PURPOSE: Kernel-Mode Test Suite Driver Resource File
|
|
* PROGRAMMER: Thomas Faber <thomas.faber@reactos.org>
|
|
*/
|
|
|
|
#include <windef.h>
|
|
|
|
#define REACTOS_FILETYPE VFT_DRV
|
|
#define REACTOS_FILESUBTYPE VFT2_DRV_SYSTEM
|
|
#define REACTOS_STR_FILE_DESCRIPTION "ReactOS Kernel-Mode Test Suite Driver\0"
|
|
#define REACTOS_STR_INTERNAL_NAME "kmtest.sys\0"
|
|
#define REACTOS_STR_ORIGINAL_FILENAME "kmtest.sys\0"
|
|
#include <reactos/version.rc>
|