[CONSRV]
authorHermès Bélusca-Maïto <hermes.belusca-maito@reactos.org>
Sat, 8 Dec 2012 16:13:16 +0000 (16:13 +0000)
committerHermès Bélusca-Maïto <hermes.belusca-maito@reactos.org>
Sat, 8 Dec 2012 16:13:16 +0000 (16:13 +0000)
commitca2cc847d219b39a25179bfd75d6d060a17fc7df
tree706b22f56dce64b5d8be012cd254f3c924f1f240
parent0da8c7abf0c44463c98f2e90b1c33d018e217559
[CONSRV]
- Delete all the remnants of Win32CsrValidateBuffer calls, which were replaced by standard CsrValidateMessageBuffer calls, and therefore delete the unused server.c file.
- Adapt WriteConsole API to use CSR waits. This replaces the old event-based waiting.

TODO: Dereference all the waits in Console->WriteWaitQueue.

svn path=/branches/ros-csrss/; revision=57819
include/reactos/subsys/win/conmsg.h
win32ss/user/consrv/CMakeLists.txt
win32ss/user/consrv/alias.c
win32ss/user/consrv/conio.h
win32ss/user/consrv/conoutput.c
win32ss/user/consrv/console.c
win32ss/user/consrv/consrv.h
win32ss/user/consrv/lineinput.c
win32ss/user/consrv/server.c [deleted file]