mirror of
https://github.com/reactos/reactos.git
synced 2024-11-20 06:15:26 +00:00
a9ba7a3f9e
Permission for this change was given by all authors (who are now mentioned in the copyright lines).
14 lines
506 B
Text
14 lines
506 B
Text
/*
|
|
* PROJECT: ReactOS kernel-mode tests
|
|
* LICENSE: LGPL-2.1+ (https://spdx.org/licenses/LGPL-2.1+)
|
|
* PURPOSE: Kernel-Mode Test Suite loader resource file
|
|
*/
|
|
|
|
#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"
|