Module: wine Branch: master Commit: 63aea551ca6193e62a711d7caa3a82f0f9405d86 URL: http://source.winehq.org/git/wine.git/?a=commit;h=63aea551ca6193e62a711d7caa...
Author: Piotr Caban piotr@codeweavers.com Date: Mon Mar 28 20:12:10 2016 +0200
msvcrt: Add x86_64 __CxxFrameHandler implementation.
Known issues: - exceptions are destroyed too late in case of rethrow - no longer used cxx_frame_info structures are freed incorrectly
Signed-off-by: Piotr Caban piotr@codeweavers.com Signed-off-by: Alexandre Julliard julliard@winehq.org
---
dlls/msvcrt/except_x86_64.c | 289 +++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 284 insertions(+), 5 deletions(-)
Diff: http://source.winehq.org/git/wine.git/?a=commitdiff;h=63aea551ca6193e62a711d...