Alexandre Julliard : server: Allow specifying the security descriptor for a new thread.
Module: wine Branch: master Commit: 4a328e08aca20a46ecbee634ffba873e0ab29b28 URL: https://source.winehq.org/git/wine.git/?a=commit;h=4a328e08aca20a46ecbee634f... Author: Alexandre Julliard <julliard(a)winehq.org> Date: Thu Sep 20 13:06:12 2018 +0200 server: Allow specifying the security descriptor for a new thread. Signed-off-by: Alexandre Julliard <julliard(a)winehq.org> --- dlls/kernel32/thread.c | 2 +- dlls/ntdll/thread.c | 20 +++++++++++++++++--- include/wine/server_protocol.h | 5 ++--- include/winternl.h | 2 +- server/process.c | 2 +- server/protocol.def | 2 +- server/request.h | 7 +++---- server/thread.c | 19 ++++++++++++++++--- server/thread.h | 3 ++- server/trace.c | 2 +- 10 files changed, 45 insertions(+), 19 deletions(-) Diff: https://source.winehq.org/git/wine.git/?a=commitdiff;h=4a328e08aca20a46ecbee...
participants (1)
-
Alexandre Julliard