reactos/subsystems/win32/csrsrv
Hermès Bélusca-Maïto ae20fbcb81 [CSRSRV]
- Comment on the size of some members of the CSR_WAIT_BLOCK structure.
- Initialize the WaitBlock member of CSR_THREAD to a valid value when creating a wait block, and NULLify it when we release a wait block.
- ALWAYS USE offsets in CSR_CAPTURE_BUFFER structure, instead of real pointers !! It is needed when their base address change (eg. during a CSR wait, their base address, corresponding to the address of an CSR API message, change) (found when testing CSR waits with the console).

svn path=/branches/ros-csrss/; revision=57806
2012-12-05 23:21:41 +00:00
..
include [CSRSRV] 2012-11-20 19:34:03 +00:00
api.c [CSRSRV] 2012-12-05 23:21:41 +00:00
CMakeLists.txt [CSRSRV/WINSRV] 2012-10-24 22:07:46 +00:00
csrsrv.rc [CSRSRV/BASESRV/CONSRV/WIN32CSR/WINSRV] 2012-10-24 21:37:22 +00:00
csrsrv.spec [NTDLL] 2012-11-05 00:23:58 +00:00
init.c [CSRSRV] 2012-11-20 19:34:03 +00:00
procsup.c [CSRSRV] 2012-11-20 19:34:03 +00:00
server.c [CSRSRV] 2012-12-04 23:01:54 +00:00
session.c [CSRSRV] 2012-11-13 21:08:19 +00:00
srv.h [CSR/BASESRV/CONSRV/WINSRV] 2012-10-25 20:40:41 +00:00
status.h [CSRSRV] 2012-12-04 23:10:07 +00:00
thredsup.c [NTDLL] 2012-11-05 00:23:58 +00:00
wait.c [CSRSRV] 2012-12-05 23:21:41 +00:00