Module: wine Branch: master Commit: 42500b0cfee729c812cdd14d5ba23355f6b18954 URL: http://source.winehq.org/git/wine.git/?a=commit;h=42500b0cfee729c812cdd14d5b...
Author: Alexandre Julliard julliard@winehq.org Date: Thu Mar 12 22:07:09 2015 +0900
msvcp60: Share exception functions implementation with msvcp90.
---
dlls/msvcp60/Makefile.in | 1 + dlls/msvcp60/cxx.h | 446 ------------------------------ dlls/msvcp60/exception.c | 682 ---------------------------------------------- dlls/msvcp60/msvcp60.spec | 24 +- dlls/msvcp90/exception.c | 283 +++++++++++++++---- dlls/msvcp90/msvcp90.h | 26 +- 6 files changed, 258 insertions(+), 1204 deletions(-)
Diff: http://source.winehq.org/git/wine.git/?a=commitdiff;h=42500b0cfee729c812cdd1...