Piotr Caban : msvcr80: Use Cxx(Un) RegisterExceptionObject helpers in i386 nested exception handler.

Alexandre Julliard julliard at wine.codeweavers.com
Thu Mar 17 10:02:13 CDT 2016


Module: wine
Branch: master
Commit: 22962616004e9419568808eff0bf799b33282bcf
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=22962616004e9419568808eff0bf799b33282bcf

Author: Piotr Caban <piotr at codeweavers.com>
Date:   Wed Mar 16 21:03:19 2016 +0100

msvcr80: Use Cxx(Un)RegisterExceptionObject helpers in i386 nested exception handler.

Signed-off-by: Piotr Caban <piotr at codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

 .../api-ms-win-crt-private-l1-1-0.spec             |  2 +-
 dlls/msvcr100/msvcr100.spec                        |  2 +-
 dlls/msvcr110/msvcr110.spec                        |  2 +-
 dlls/msvcr120/msvcr120.spec                        |  2 +-
 dlls/msvcr120_app/msvcr120_app.spec                |  2 +-
 dlls/msvcr80/msvcr80.spec                          |  2 +-
 dlls/msvcr90/msvcr90.spec                          |  2 +-
 dlls/msvcrt/except.c                               | 23 ++++++++-
 dlls/msvcrt/except_arm.c                           |  9 ----
 dlls/msvcrt/except_i386.c                          | 60 +++-------------------
 dlls/msvcrt/except_x86_64.c                        |  9 ----
 dlls/msvcrt/msvcrt.h                               |  3 ++
 dlls/ucrtbase/ucrtbase.spec                        |  2 +-
 dlls/vcruntime140/vcruntime140.spec                |  2 +-
 14 files changed, 39 insertions(+), 83 deletions(-)

Diff:   http://source.winehq.org/git/wine.git/?a=commitdiff;h=22962616004e9419568808eff0bf799b33282bcf



More information about the wine-cvs mailing list