8 Apr
2010
8 Apr
'10
4:12 p.m.
Module: wine Branch: master Commit: 655292ae00d1aeda2cda0e04131727fd4e8118bb URL: http://source.winehq.org/git/wine.git/?a=commit;h=655292ae00d1aeda2cda0e0413... Author: Alexandre Julliard <julliard(a)winehq.org> Date: Thu Apr 8 14:41:01 2010 +0200 include: Move the exception handling support functions to winecrt0 instead of having them inline. --- dlls/winecrt0/Makefile.in | 1 + dlls/winecrt0/exception.c | 127 ++++++++++++++++++++++++++++++++++++++++++++ include/wine/exception.h | 129 +++++++-------------------------------------- 3 files changed, 147 insertions(+), 110 deletions(-) Diff: http://source.winehq.org/git/wine.git/?a=commitdiff;h=655292ae00d1aeda2cda0e...