Paul Gofman : kernel32: Implement SetXStateFeaturesMask().

Alexandre Julliard julliard at winehq.org
Tue Sep 1 15:43:30 CDT 2020


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

Author: Paul Gofman <pgofman at codeweavers.com>
Date:   Tue Sep  1 12:21:43 2020 +0300

kernel32: Implement SetXStateFeaturesMask().

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                        |  2 +-
 dlls/kernelbase/kernelbase.spec                    |  2 +-
 dlls/kernelbase/memory.c                           | 41 +++++++++++-
 dlls/ntdll/exception.c                             | 10 +++
 dlls/ntdll/ntdll.spec                              |  1 +
 dlls/ntdll/tests/exception.c                       | 77 ++++++++++++++++++++--
 dlls/ntoskrnl.exe/ntoskrnl.exe.spec                |  1 +
 include/ddk/wdm.h                                  |  1 +
 include/winbase.h                                  |  1 +
 11 files changed, 131 insertions(+), 9 deletions(-)

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



More information about the wine-cvs mailing list