mirror of
https://github.com/reactos/reactos.git
synced 2024-11-10 00:34:39 +00:00
d2aeaba5f8
Move CSRSS, CSRSRV there, as well as CSR client calls from NTDLL into a "CSRLIB" library.
5 lines
239 B
Text
5 lines
239 B
Text
#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>
|