Alexandre Julliard : ntdll: Implement the SectionBasicInformation class of NtQuerySection.
Module: wine Branch: master Commit: 2602df14d84051db53081afe34dfc93e434c1252 URL: http://source.winehq.org/git/wine.git/?a=commit;h=2602df14d84051db53081afe34... Author: Alexandre Julliard <julliard(a)winehq.org> Date: Tue Jul 26 14:43:02 2016 +0900 ntdll: Implement the SectionBasicInformation class of NtQuerySection. Signed-off-by: Alexandre Julliard <julliard(a)winehq.org> --- dlls/kernel32/tests/loader.c | 19 ++++++- dlls/kernel32/tests/virtual.c | 124 +++++++++++++++++++++++++++++++++++++++++- dlls/ntdll/nt.c | 19 ------- dlls/ntdll/ntdll.spec | 4 +- dlls/ntdll/virtual.c | 35 ++++++++++++ server/mapping.c | 6 ++ 6 files changed, 182 insertions(+), 25 deletions(-) Diff: http://source.winehq.org/git/wine.git/?a=commitdiff;h=2602df14d84051db53081a...
participants (1)
-
Alexandre Julliard