Implemented RtlCreateUserProcess() and RtlCreateUserThread().
authorEric Kohl <eric.kohl@reactos.org>
Sat, 4 Sep 1999 18:38:29 +0000 (18:38 +0000)
committerEric Kohl <eric.kohl@reactos.org>
Sat, 4 Sep 1999 18:38:29 +0000 (18:38 +0000)
commit40bd70414854b2a24954d443676d8a7051347f70
treed09c49ee4319ef8d7d3a08ea9a6a75e46afc3e47
parent4027ccab600ed88d0c35e7952a37d6b5d3a5fbf6
Implemented RtlCreateUserProcess() and RtlCreateUserThread().

svn path=/trunk/; revision=636
reactos/apps/tests/bench/bench-thread.c
reactos/include/ddk/rtl.h
reactos/lib/ntdll/def/ntdll.def
reactos/lib/ntdll/def/ntdll.edf
reactos/lib/ntdll/makefile
reactos/lib/ntdll/rtl/process.c [new file with mode: 0644]
reactos/lib/ntdll/rtl/thread.c [new file with mode: 0644]
reactos/services/smss/init.c
reactos/services/smss/smss.c