[CONSRV]
authorHermès Bélusca-Maïto <hermes.belusca-maito@reactos.org>
Wed, 7 Nov 2012 21:10:48 +0000 (21:10 +0000)
committerHermès Bélusca-Maïto <hermes.belusca-maito@reactos.org>
Wed, 7 Nov 2012 21:10:48 +0000 (21:10 +0000)
commit34086f2971bd00c3a3a7950753bf71eee7438206
treecfb2d09f6454ddbeb0a5674560c397826ff832dd
parentaa77ee77968808b36029dc307178ada87967bb16
[CONSRV]
- Use the new PCONSOLE_PROCESS_DATA type instead of PCSR_PROCESS, for accessing console-specific fields inside a console structure (the code modifications inside these functions will follow in the next commits).
- Remove unneeded included header files in consrv.h.
- Use a DLL instance in order to facilitate the access to win32 resources.
- Activate the declaration of server apis (or rename existing ones to the Windows scheme from the http://j00ru.vexillium.org/csrss_list/api_list.html#Windows_2k3 list).
- Comment the Win32CsrValidateBuffer helper (because it should be replaced by the usage of CsrValidateMessageBuffer).
- Add the list of the old APIs (just for me, to remember at the end to check that I didn't forget ome of them during the process of moving / renaming).

svn path=/branches/ros-csrss/; revision=57686
win32ss/user/consrv/conio.h
win32ss/user/consrv/consrv.h
win32ss/user/consrv/init.c
win32ss/user/consrv/server.c