- Fix compilation of csrsrv:
authorStefan Ginsberg <stefanginsberg@gmail.com>
Sat, 8 Aug 2009 16:50:27 +0000 (16:50 +0000)
committerStefan Ginsberg <stefanginsberg@gmail.com>
Sat, 8 Aug 2009 16:50:27 +0000 (16:50 +0000)
commit79c9204f9ee52578155252c26095ec99c5178f3f
tree914deaccee551afc8e37ef5c9c0322016625e28f
parent6ff2cad0ffee14935bda98aa48c8108e3096edbe
- Fix compilation of csrsrv:
- helper.h does not exist anymore, so define what was used in srv.h instead
- Complete migration to PSEH2
- TEB's Cid was renamed to ClientId -- update the code
- Rename DllMain to DllMainCRTStartup as this is what we link a native dll to
- Fix some incorrect entries in the .spec
- Also fix some /W4 warnings. Add a note to CsrPopulateDosDevicesDirectory that the code is incomplete and will never stop looping (spotted by /W4).
- Does not link completely yet due to some missing function stubs.

svn path=/trunk/; revision=42525
reactos/include/reactos/subsys/csr/server.h
reactos/subsystems/csr/csrsrv/api.c
reactos/subsystems/csr/csrsrv/csrsrv.spec
reactos/subsystems/csr/csrsrv/init.c
reactos/subsystems/csr/csrsrv/process.c
reactos/subsystems/csr/csrsrv/server.c
reactos/subsystems/csr/csrsrv/srv.h
reactos/subsystems/csr/main.c