reactos/subsystems/csr/csrsrv/csrsrv.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

6 lines
239 B
Plaintext

#define REACTOS_VERSION_DLL
#define REACTOS_STR_FILE_DESCRIPTION "Client/Server Runtime SubSystem Server DLL"
#define REACTOS_STR_INTERNAL_NAME "csrsrv"
#define REACTOS_STR_ORIGINAL_FILENAME "csrsrv.dll"
#include <reactos/version.rc>