mirror of
https://github.com/reactos/reactos.git
synced 2024-11-03 05:18:55 +00:00
cdb62c6244
CORE-7471 #resolve svn path=/trunk/; revision=60653
16 lines
578 B
Plaintext
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"
|