2011-06-09 15:14:02 +00:00
|
|
|
/*
|
|
|
|
* PROJECT: ReactOS kernel-mode tests
|
|
|
|
* LICENSE: GPLv2+ - See COPYING in the top level directory
|
|
|
|
* PURPOSE: Kernel-Mode Test Suite Loader Resource File
|
|
|
|
* PROGRAMMER: Thomas Faber <thfabba@gmx.de>
|
|
|
|
*/
|
|
|
|
|
2013-02-05 17:54:22 +00:00
|
|
|
#include <windef.h>
|
2011-06-09 15:14:02 +00:00
|
|
|
|
|
|
|
#define REACTOS_STR_FILE_DESCRIPTION "ReactOS Kernel-Mode Test Suite Loader Application\0"
|
|
|
|
#define REACTOS_STR_INTERNAL_NAME "kmtest.exe\0"
|
|
|
|
#define REACTOS_STR_ORIGINAL_FILENAME "kmtest.exe\0"
|
|
|
|
#include <reactos/version.rc>
|
|
|
|
|
|
|
|
CREATEPROCESS_MANIFEST_RESOURCE_ID RT_MANIFEST DISCARDABLE PURE "kmtest/kmtest.exe.manifest"
|