reactos/subsystems/csr/csrss/csrss.rc
Hermès Bélusca-Maïto d2aeaba5f8
[CSR][NTDLL] Move the CSR subsystem into its own "csr" sub-directory. (#4802)
Move CSRSS, CSRSRV there, as well as CSR client calls from NTDLL into a "CSRLIB" library.
2022-10-29 17:17:29 +02:00

5 lines
206 B
Plaintext

#define REACTOS_STR_FILE_DESCRIPTION "Client/Server Runtime SubSystem Process"
#define REACTOS_STR_INTERNAL_NAME "csrss"
#define REACTOS_STR_ORIGINAL_FILENAME "csrss.exe"
#include <reactos/version.rc>