Module: wine Branch: master Commit: 5cc8bcf0b05f6cfd4f60fe371e00ec8a575bec83 URL: https://source.winehq.org/git/wine.git/?a=commit;h=5cc8bcf0b05f6cfd4f60fe371...
Author: Alexandre Julliard julliard@winehq.org Date: Wed Oct 24 12:27:23 2018 +0200
ntdll: Implement RtlCreateUserProcess().
Signed-off-by: Alexandre Julliard julliard@winehq.org
---
dlls/ntdll/process.c | 583 ++++++++++++++++++++++++++++++++++++++++++++++++++- dlls/ntdll/rtl.c | 13 -- 2 files changed, 578 insertions(+), 18 deletions(-)
Diff: https://source.winehq.org/git/wine.git/?a=commitdiff;h=5cc8bcf0b05f6cfd4f60f...