reactos/rostests/kmtests/kmtest/kmtest.rc
Amine Khaldi cdb62c6244 * Addendum to r60650.
CORE-7471 #resolve

svn path=/trunk/; revision=60653
2013-10-13 23:12:09 +00:00

16 lines
578 B
Plaintext

/*
* 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 <thomas.faber@reactos.org>
*/
#include <windef.h>
#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 "kmtest/kmtest.exe.manifest"