Module: wine Branch: master Commit: 6f0979b9830a303f41ac953013d2805f4b63eccd URL: http://source.winehq.org/git/wine.git/?a=commit;h=6f0979b9830a303f41ac953013...
Author: Alexandre Julliard julliard@winehq.org Date: Tue Jul 26 19:38:50 2016 +0900
ntdll: Implement the SectionImageInformation class of NtQuerySection.
Signed-off-by: Alexandre Julliard julliard@winehq.org
---
dlls/kernel32/tests/loader.c | 67 +++++++++++++++++++++++++++++++++++++ dlls/kernel32/tests/virtual.c | 11 ++++++ dlls/ntdll/virtual.c | 62 ++++++++++++++++++++++++++-------- include/wine/server_protocol.h | 29 +++++++++++++--- server/mapping.c | 76 +++++++++++++++++++++++++++--------------- server/protocol.def | 26 +++++++++++++-- server/request.h | 8 ++--- server/trace.c | 24 +++++++++++-- 8 files changed, 249 insertions(+), 54 deletions(-)
Diff: http://source.winehq.org/git/wine.git/?a=commitdiff;h=6f0979b9830a303f41ac95...