Module: wine Branch: master Commit: b8467c5f69abd9a5f8daef3da5680544d8b30323 URL: http://source.winehq.org/git/wine.git/?a=commit;h=b8467c5f69abd9a5f8daef3da5...
Author: Alexandre Julliard julliard@winehq.org Date: Tue Mar 13 15:40:27 2012 +0100
msvcrt: Add a new file for the x86_64 exception handling.
---
dlls/msvcrt/Makefile.in | 1 + dlls/msvcrt/except.c | 97 ------------------------------- dlls/msvcrt/except_x86_64.c | 135 +++++++++++++++++++++++++++++++++++++++++++ 3 files changed, 136 insertions(+), 97 deletions(-)
Diff: http://source.winehq.org/git/wine.git/?a=commitdiff;h=b8467c5f69abd9a5f8daef...