ChangeSet ID: 8605
CVSROOT: /home/winehq/opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2003/06/27 14:40:03
Modified files:
dlls/oleaut32 : typelib.c
Log message:
Robert Shearman <R.J.Shearman(a)warwick.ac.uk>
- Silence the FIXME about constructor/destructor since it is wrong for
99.9% of cases (if MS will ever use the feature at all)
- Added stubs for ITypeComp interface in ITypeLib
- Implementation of ITypeComp in ITypeInfo
Patch: http://cvs.winehq.com/patch.py?root=/home/winehq/opt/cvs-commit&id=8605
Old revision New revision Changes Path
1.96 1.97 +200 -4 wine/dlls/oleaut32/typelib.c
ChangeSet ID: 8603
CVSROOT: /opt/cvs-commit
Module name: lostwages
Changes by: jnewman(a)wine.codeweavers.com 2003/06/27 10:09:39
Modified files:
wwn : wn20030627_176.xml
Log message:
change <> to ‹› otherwise the parser converts it to an actual <> and that is hidden by the browser which assumes its an actual tag.
Patch: http://cvs.winehq.com/patch.py?id=8603
Old revision New revision Changes Path
1.1 1.2 +9 -9 lostwages/wwn/wn20030627_176.xml
ChangeSet ID: 8600
CVSROOT: /home/winehq/opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2003/06/26 23:06:23
Modified files:
dlls/ntdll : loader.c
Log message:
Make sure to return an error if load_dll fails because the load order
is empty.
Patch: http://cvs.winehq.com/patch.py?root=/home/winehq/opt/cvs-commit&id=8600
Old revision New revision Changes Path
1.28 1.29 +1 -1 wine/dlls/ntdll/loader.c