Module: wine Branch: master Commit: 4fcf20d1d120985a6056ef8e1861738c2e903660 URL: https://source.winehq.org/git/wine.git/?a=commit;h=4fcf20d1d120985a6056ef8e1...
Author: Alexandre Julliard julliard@winehq.org Date: Tue Jun 30 12:00:08 2020 +0200
ntdll: Move part of the PE image mapping code into virtual_map_section().
Signed-off-by: Alexandre Julliard julliard@winehq.org
---
dlls/ntdll/unix/virtual.c | 209 ++++++++++++++++++---------------------------- server/mapping.c | 6 +- server/trace.c | 1 + 3 files changed, 88 insertions(+), 128 deletions(-)
Diff: https://source.winehq.org/git/wine.git/?a=commitdiff;h=4fcf20d1d120985a6056e...