[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

@ -1,4 +1,4 @@
add_subdirectory(csr)
add_subdirectory(mvdm)
add_subdirectory(win)
add_subdirectory(win32)