16 Mar
2012
16 Mar
'12
4:27 p.m.
Module: wine Branch: master Commit: 89b2dd08ffb16d92da900f0682fdca81ec79e790 URL: http://source.winehq.org/git/wine.git/?a=commit;h=89b2dd08ffb16d92da900f0682... Author: Alexandre Julliard <julliard(a)winehq.org> Date: Tue Mar 13 15:24:18 2012 +0100 msvcrt: Move more i386-specific exception code to except_i386.c. --- dlls/msvcrt/cppexcept.h | 61 +----- dlls/msvcrt/except.c | 489 +----------------------------------------- dlls/msvcrt/except_i386.c | 536 +++++++++++++++++++++++++++++++++++++++++++++ 3 files changed, 542 insertions(+), 544 deletions(-) Diff: http://source.winehq.org/git/wine.git/?a=commitdiff;h=89b2dd08ffb16d92da900f...