[SHELL32][APITESTS] Add tests of OpenAs_RunDLL
[reactos.git] / modules / rostests / kmtests / kmtest / kmtest.rc
1 /*
2 * PROJECT: ReactOS kernel-mode tests
3 * LICENSE: LGPL-2.1+ (https://spdx.org/licenses/LGPL-2.1+)
4 * PURPOSE: Kernel-Mode Test Suite loader resource file
5 */
6
7 #include <windef.h>
8
9 #define REACTOS_STR_FILE_DESCRIPTION "ReactOS Kernel-Mode Test Suite Loader Application\0"
10 #define REACTOS_STR_INTERNAL_NAME "kmtest.exe\0"
11 #define REACTOS_STR_ORIGINAL_FILENAME "kmtest.exe\0"
12 #include <reactos/version.rc>
13
14 CREATEPROCESS_MANIFEST_RESOURCE_ID RT_MANIFEST "kmtest/kmtest.exe.manifest"