mirror of
https://github.com/reactos/reactos.git
synced 2025-08-03 19:05:52 +00:00
[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:
parent
a6df7ddb95
commit
d2aeaba5f8
27 changed files with 94 additions and 43 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue