Alexandre Julliard : ntdll: Create user shared data section in the server, and initialize it in wineboot.

Alexandre Julliard julliard at winehq.org
Fri May 29 15:22:55 CDT 2020


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

Author: Alexandre Julliard <julliard at winehq.org>
Date:   Fri May 29 12:26:57 2020 +0200

ntdll: Create user shared data section in the server, and initialize it in wineboot.

Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

 dlls/ntdll/loader.c            |  1 +
 dlls/ntdll/ntdll_misc.h        |  2 +-
 dlls/ntdll/server.c            |  3 --
 dlls/ntdll/thread.c            | 92 ++----------------------------------------
 include/wine/server_protocol.h |  4 +-
 programs/wineboot/wineboot.c   | 88 ++++++++++++++++++++++++++++++++++++++++
 server/directory.c             | 10 ++++-
 server/file.h                  |  6 +--
 server/mapping.c               | 39 +++++++++---------
 server/process.c               |  8 ----
 server/protocol.def            |  1 -
 server/request.h               |  3 +-
 server/trace.c                 |  1 -
 13 files changed, 128 insertions(+), 130 deletions(-)

Diff:   https://source.winehq.org/git/wine.git/?a=commitdiff;h=e854ea34cc481658ec61f4603d0438e075608c98



More information about the wine-cvs mailing list