reactos/subsystems/win32/csrsrv
Hermès Bélusca-Maïto a195c2bcb5 [NTDLL]
- Fix a variable and a header names.

[CSR]
- Move all the interesting code from the "old" csrsrv (see r57579) to the new one. TODO: finish to reorganize the code.
- Rename the headers to a standard naming I will use for the other server dlls.
- Remove now unneeded files.
(one can sometimes find commented names next to declaration of variables: it is when a variable name doesn't satisfy me because it isn't enough self-explaining for my taste).

[CONSOLE]
- Add a new header for console working (win32csr --> consrv.dll == the console part of winsrv.dll I separate from it, because I plan a profound reworking on the console after all that).


svn path=/branches/ros-csrss/; revision=57591
2012-10-22 00:09:51 +00:00
..
include [NTDLL] 2012-10-22 00:09:51 +00:00
api.c [NTDLL] 2012-10-22 00:09:51 +00:00
CMakeLists.txt [NTDLL] 2012-10-22 00:09:51 +00:00
csrsrv.rc
csrsrv.spec [NTDLL] 2012-10-22 00:09:51 +00:00
init.c [NTDLL] 2012-10-22 00:09:51 +00:00
procsup.c [NTDLL] 2012-10-22 00:09:51 +00:00
server.c [NTDLL] 2012-10-22 00:09:51 +00:00
session.c [NTDLL] 2012-10-22 00:09:51 +00:00
srv.h [NTDLL] 2012-10-22 00:09:51 +00:00
thredsup.c [NTDLL] 2012-10-22 00:09:51 +00:00
user.c [NTDLL] 2012-10-22 00:09:51 +00:00
wait.c