reactos/subsystems/csr/csrsrv
Hermès Bélusca-Maïto 06a0451415
[SMSS][CSRSRV] Undefine CreateProcess symbol. Name the union inside SB_API_MSG.
Undefine CreateProcess because it can be #define'd (to CreateProcessA/W)
if winbase.h is included prior (as it is in SMSS).
2022-11-14 00:10:32 +01:00
..
api.c
api.h
CMakeLists.txt
csrsrv.rc
csrsrv.spec
init.c [CSRSRV] Minimally-adapt CSRSRV to make it able to host other subsystems than Win32. 2022-11-08 23:46:32 +01:00
procsup.c [CSRSRV][NTOS:PS] Misc typos fixes. 2022-11-14 00:10:30 +01:00
server.c
session.c [SMSS][CSRSRV] Undefine CreateProcess symbol. Name the union inside SB_API_MSG. 2022-11-14 00:10:32 +01:00
srv.h
status.h
thredsup.c
wait.c