ChangeSet ID: 7030
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2003/01/14 13:33:12
Modified files:
programs/wineboot: wineboot.c
Log message:
Shachar Shemesh <wine-patches(a)sun.consumer.org.il>
- Added listing of what the boot process is like, listing what is and
what is not (yet) done.
- Fixed incorrect statement in the "bugs" list.
- Added trace when everything is done.
Patch: http://cvs.winehq.com/patch.py?id=7030
Old revision New revision Changes Path
1.4 1.5 +31 -3 wine/programs/wineboot/wineboot.c
ChangeSet ID: 7028
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2003/01/14 13:32:14
Modified files:
dlls/ole32 : ole2.c
Log message:
Alberto Massari <alby(a)exln.com>
- Align the cleanup phase of ReleaseStgMedium to the native API.
- When the data is a bitmap or an enhanced metafile, use the correct
data member.
Patch: http://cvs.winehq.com/patch.py?id=7028
Old revision New revision Changes Path
1.40 1.41 +6 -19 wine/dlls/ole32/ole2.c