Alexandre Julliard : ntdll: No longer store the mapping handle with the view.
Module: wine Branch: master Commit: 5fa8713ddc86ac4202f75dcadd0822a5d1017b0c URL: http://source.winehq.org/git/wine.git/?a=commit;h=5fa8713ddc86ac4202f75dcadd... Author: Alexandre Julliard <julliard(a)winehq.org> Date: Tue Sep 26 15:03:38 2017 +0200 ntdll: No longer store the mapping handle with the view. Signed-off-by: Alexandre Julliard <julliard(a)winehq.org> --- dlls/kernel32/tests/virtual.c | 6 ------ dlls/ntdll/virtual.c | 31 +++++++++++-------------------- include/wine/server_protocol.h | 4 +--- server/mapping.c | 15 ++------------- server/protocol.def | 1 - server/request.h | 5 ++--- server/trace.c | 1 - 7 files changed, 16 insertions(+), 47 deletions(-) Diff: http://source.winehq.org/git/wine.git/?a=commitdiff;h=5fa8713ddc86ac4202f75d...
participants (1)
-
Alexandre Julliard