Paul Gofman : kernel32: Implement InitializeContext[2]().

Alexandre Julliard julliard at winehq.org
Mon Aug 31 17:16:54 CDT 2020


Module: wine
Branch: master
Commit: 2d544ff8a038ac20c278d0e8f2de4c5478ff6d95
URL:    https://source.winehq.org/git/wine.git/?a=commit;h=2d544ff8a038ac20c278d0e8f2de4c5478ff6d95

Author: Paul Gofman <pgofman at codeweavers.com>
Date:   Mon Aug 31 12:31:57 2020 +0300

kernel32: Implement InitializeContext[2]().

Signed-off-by: Paul Gofman <pgofman at codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

 .../api-ms-win-core-xstate-l1-1-0.spec             |   2 +-
 .../api-ms-win-core-xstate-l2-1-0.spec             |   2 +-
 dlls/kernel32/kernel32.spec                        |   3 +-
 dlls/kernelbase/kernelbase.spec                    |   3 +-
 dlls/kernelbase/memory.c                           |  49 +++
 dlls/ntdll/exception.c                             |  76 ++++-
 dlls/ntdll/ntdll.spec                              |   2 +
 dlls/ntdll/tests/exception.c                       | 361 +++++++++++++++++++--
 dlls/ntoskrnl.exe/ntoskrnl.exe.spec                |   2 +
 include/ddk/wdm.h                                  |   2 +
 include/winbase.h                                  |   2 +
 11 files changed, 462 insertions(+), 42 deletions(-)

Diff:   https://source.winehq.org/git/wine.git/?a=commitdiff;h=2d544ff8a038ac20c278d0e8f2de4c5478ff6d95



More information about the wine-cvs mailing list