Paul Gofman : kernel32: Implement LocateXStateFeature().

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


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

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

kernel32: Implement LocateXStateFeature().

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                           |  51 +++++++++++
 dlls/ntdll/exception.c                             |  44 +++++++++
 dlls/ntdll/ntdll.spec                              |   2 +
 dlls/ntdll/tests/exception.c                       | 102 ++++++++++++++++++++-
 dlls/ntoskrnl.exe/ntoskrnl.exe.spec                |   2 +
 include/ddk/wdm.h                                  |   2 +
 include/winbase.h                                  |   1 +
 11 files changed, 206 insertions(+), 6 deletions(-)

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



More information about the wine-cvs mailing list