Module: wine Branch: master Commit: 1c8a36a91c552f5b8cf2142ab925c7bc2a392e02 URL: http://source.winehq.org/git/wine.git/?a=commit;h=1c8a36a91c552f5b8cf2142ab9...
Author: Alexandre Julliard julliard@winehq.org Date: Tue Sep 12 11:42:04 2017 +0200
ntdll: Pass the mapping file access instead of the protection bits to the server.
Signed-off-by: Alexandre Julliard julliard@winehq.org
---
dlls/ntdll/virtual.c | 18 ++++++++++++++++-- include/wine/server_protocol.h | 17 +++-------------- server/mapping.c | 26 ++++++++++---------------- server/protocol.def | 14 +------------- server/request.h | 7 +++---- server/trace.c | 3 +-- 6 files changed, 34 insertions(+), 51 deletions(-)
Diff: http://source.winehq.org/git/wine.git/?a=commitdiff;h=1c8a36a91c552f5b8cf214...