Module: wine Branch: master Commit: ab182dbf06412283b613f87dee488d12fc6045c4 URL: http://source.winehq.org/git/wine.git/?a=commit;h=ab182dbf06412283b613f87dee...
Author: Alexandre Julliard julliard@winehq.org Date: Tue Sep 26 15:00:04 2017 +0200
server: No longer store the mapping object in the dll structure.
Signed-off-by: Alexandre Julliard julliard@winehq.org
---
dlls/ntdll/loader.c | 4 ---- include/wine/server_protocol.h | 12 +++++------- server/file.h | 1 - server/mapping.c | 6 ------ server/process.c | 19 +++---------------- server/process.h | 2 -- server/protocol.def | 7 ++----- server/request.h | 11 ++++------- server/trace.c | 7 ++----- 9 files changed, 16 insertions(+), 53 deletions(-)
Diff: http://source.winehq.org/git/wine.git/?a=commitdiff;h=ab182dbf06412283b613f8...