[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.
This commit is contained in:
Hermès Bélusca-Maïto 2022-10-23 18:02:38 +02:00
parent a6df7ddb95
commit d2aeaba5f8
No known key found for this signature in database
GPG key ID: 3B2539C65E7B93D0
27 changed files with 94 additions and 43 deletions

View file

@ -23,7 +23,7 @@
/* TYPES **********************************************************************/
// Used in ntdll/csr/connect.c
// Used in csr/connect.c
#define CSR_CSRSS_SECTION_SIZE 65536
typedef struct _CSR_NT_SESSION