Module: wine Branch: master Commit: de1cb029f6e9bd6b8959695f5d0ae55188d9b723 URL: https://source.winehq.org/git/wine.git/?a=commit;h=de1cb029f6e9bd6b8959695f5... Author: Paul Gofman <pgofman(a)codeweavers.com> Date: Thu Aug 20 00:22:56 2020 +0300 include: Define _XSAVE_FORMAT structure. The structure is defined for both x86_64 and i386 (along with M128A) in (newer) Windows SDK. Signed-off-by: Paul Gofman <pgofman(a)codeweavers.com> Signed-off-by: Alexandre Julliard <julliard(a)winehq.org> --- dlls/ntdll/signal_i386.c | 32 ++-------------------- dlls/ntdll/unix/signal_i386.c | 53 +++++++++-------------------------- dlls/ntdll/unix/system.c | 26 +----------------- include/winnt.h | 42 ++++++++++++++-------------- programs/winedbg/be_i386.c | 64 +++++++++++++------------------------------ 5 files changed, 57 insertions(+), 160 deletions(-) Diff: https://source.winehq.org/git/wine.git/?a=commitdiff;h=de1cb029f6e9bd6b89596...