Module: wine Branch: master Commit: 60df3b14b5e9c94c3b12f959cc71c492caedd647 URL: https://source.winehq.org/git/wine.git/?a=commit;h=60df3b14b5e9c94c3b12f959c... Author: Alexandre Julliard <julliard(a)winehq.org> Date: Thu May 30 12:13:21 2019 +0200 include: Make the Wine exception handlers cdecl. Signed-off-by: Alexandre Julliard <julliard(a)winehq.org> --- dlls/ntdll/signal_x86_64.c | 8 +++---- dlls/winecrt0/exception.c | 48 ++++++++++++++++++++-------------------- include/wine/exception.h | 55 +++++++++++++++++++++++++--------------------- include/winnt.h | 4 ++-- tools/widl/typegen.c | 8 +++---- 5 files changed, 64 insertions(+), 59 deletions(-) Diff: https://source.winehq.org/git/wine.git/?a=commitdiff;h=60df3b14b5e9c94c3b12f...