Module: wine Branch: master Commit: 868af0c500225c09dea150edabcc3c923c650131 URL: https://source.winehq.org/git/wine.git/?a=commit;h=868af0c500225c09dea150eda...
Author: Alexandre Julliard julliard@winehq.org Date: Tue Jan 25 12:35:48 2022 +0100
server: Don't depend on the TOKEN_GROUPS structure on the server side.
Signed-off-by: Alexandre Julliard julliard@winehq.org
---
dlls/ntdll/unix/security.c | 33 ++++++++++------------ include/wine/server_protocol.h | 14 +++------- server/protocol.def | 13 +++------ server/request.h | 3 +- server/token.c | 38 ++++++------------------- server/trace.c | 63 +++++++++++++++++------------------------- 6 files changed, 58 insertions(+), 106 deletions(-)
Diff: https://source.winehq.org/git/wine.git/?a=commitdiff;h=868af0c500225c09dea15...