Module: wine Branch: master Commit: 2de4f12b33724af2f90607a0626d75e8fbf8e4da URL: https://source.winehq.org/git/wine.git/?a=commit;h=2de4f12b33724af2f90607a06...
Author: Paul Gofman pgofman@codeweavers.com Date: Mon Aug 31 12:31:56 2020 +0300
ntdll: Implement RtlGetExtendedContextLength().
Signed-off-by: Paul Gofman pgofman@codeweavers.com Signed-off-by: Alexandre Julliard julliard@winehq.org
---
.../api-ms-win-core-xstate-l1-1-0.spec | 2 +- dlls/ntdll/exception.c | 71 ++++++++++ dlls/ntdll/ntdll.spec | 2 + dlls/ntdll/tests/exception.c | 147 ++++++++++++++++++++- dlls/ntoskrnl.exe/ntoskrnl.exe.spec | 2 + include/ddk/wdm.h | 7 +- 6 files changed, 227 insertions(+), 4 deletions(-)
Diff: https://source.winehq.org/git/wine.git/?a=commitdiff;h=2de4f12b33724af2f9060...