ChangeSet ID: 9033
CVSROOT: /home/winehq/opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2003/08/18 22:46:24
Modified files:
server : process.c
Log message:
We need to ignore STATUS_OBJECT_TYPE_MISMATCH errors too when setting
the process console.
Patch: http://cvs.winehq.com/patch.py?root=/home/winehq/opt/cvs-commit&id=9033
Old revision New revision Changes Path
1.107 1.108 +2 -1 wine/server/process.c
ChangeSet ID: 9028
CVSROOT: /home/winehq/opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2003/08/18 22:12:32
Modified files:
dlls/msvcrt : cpp.c
Log message:
Jon Griffiths <jon_p_griffiths(a)yahoo.com>
Use exception as the base for all exception derived classes.
Implement type_info methods correctly.
Add static RTTI for exported objects.
Throw exceptions when run time casts fail.
Patch: http://cvs.winehq.com/patch.py?root=/home/winehq/opt/cvs-commit&id=9028
Old revision New revision Changes Path
1.13 1.14 +661 -143 wine/dlls/msvcrt/cpp.c