18 Oct
2004
18 Oct
'04
11:13 p.m.
ChangeSet ID: 14205 CVSROOT: /opt/cvs-commit Module name: wine Changes by: julliard(a)wine.codeweavers.com 2004/10/18 18:13:55 Modified files: dlls/msvcrt : cppexcept.h cppexcept.c cpp.c Log message: Fixed __RTDynamicCast to return the correct pointer for multiple inheritance hierarchies (thanks to Muse Research for help with this one). Added some debug output. Patch: http://cvs.winehq.org/patch.py?id=14205 Old revision New revision Changes Path 1.2 1.3 +38 -6 wine/dlls/msvcrt/cppexcept.h 1.10 1.11 +12 -32 wine/dlls/msvcrt/cppexcept.c 1.19 1.20 +45 -37 wine/dlls/msvcrt/cpp.c