Paul Gofman : kernel32: Implement GetEnabledXStateFeatures().

Alexandre Julliard julliard at winehq.org
Thu Aug 20 16:03:36 CDT 2020


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

Author: Paul Gofman <pgofman at codeweavers.com>
Date:   Thu Aug 20 00:23:00 2020 +0300

kernel32: Implement GetEnabledXStateFeatures().

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 +-
 dlls/kernel32/kernel32.spec                        |  2 +-
 dlls/kernel32/process.c                            |  9 ------
 dlls/kernelbase/kernelbase.spec                    |  2 +-
 dlls/kernelbase/memory.c                           | 18 ++++++++++++
 dlls/ntdll/exception.c                             | 10 +++++++
 dlls/ntdll/ntdll.spec                              |  1 +
 dlls/ntdll/tests/virtual.c                         | 33 +++++++++++++++++-----
 dlls/ntoskrnl.exe/ntoskrnl.exe.spec                |  1 +
 include/ddk/wdm.h                                  |  1 +
 include/winbase.h                                  |  1 +
 11 files changed, 61 insertions(+), 19 deletions(-)

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



More information about the wine-cvs mailing list