Alexandre Julliard : server: Allow specifying the security descriptor for a new thread.

Alexandre Julliard julliard at winehq.org
Thu Sep 20 13:45:33 CDT 2018


Module: wine
Branch: master
Commit: 4a328e08aca20a46ecbee634ffba873e0ab29b28
URL:    https://source.winehq.org/git/wine.git/?a=commit;h=4a328e08aca20a46ecbee634ffba873e0ab29b28

Author: Alexandre Julliard <julliard at 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 at 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=4a328e08aca20a46ecbee634ffba873e0ab29b28



More information about the wine-cvs mailing list