ChangeSet ID: 1008966460604441024363041 CVSROOT: /opt/cvs-commit Module name: wine Changes by: julliard@wine2. 01/12/21 15:27:40
Modified files: dlls/msvcrt : cpp.c except.c heap.c main.c msvcrt.spec
Log message: Jon Griffiths jon_p_griffiths@yahoo.com François Gouget fgouget@codeweavers.com Add RTTI support. Fix what_exception prototype. Fix new_handler_func prototype. Add set_new_handler, _callnewh, _heapadd. Add stubs for __unDName and __unDNameEx. Added a semi-stub for __CxxFrameHandler.
Patch: http://cvs.winehq.com/patch.py?id=1008966460604441024363041
Revision Changes Path 1.9 +128 -2 wine/dlls/msvcrt/cpp.c 1.9 +17 -0 wine/dlls/msvcrt/except.c 1.7 +33 -2 wine/dlls/msvcrt/heap.c 1.6 +28 -6 wine/dlls/msvcrt/main.c 1.28 +8 -8 wine/dlls/msvcrt/msvcrt.spec