ChangeSet ID: 20484
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)winehq.org 2005/09/28 13:29:38
Modified files:
dlls/ole32 : defaulthandler.c
Log message:
Robert Shearman <rob(a)codeweavers.com>
- Make the interfaces that should be supported by the data cache
explicit so their is no confusion in this file as to what it should
be implementing and what this object should implement.
- Delegate some IOleObject methods to the server IOleObject if it is
running.
Patch: http://cvs.winehq.org/patch.py?id=20484
Old revision New revision Changes Path
1.31 1.32 +35 -12 wine/dlls/ole32/defaulthandler.c
ChangeSet ID: 20480
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)winehq.org 2005/09/28 13:12:45
Modified files:
dlls/ole32 : defaulthandler.c
Log message:
Alex Villacís Lasso <a_villacis(a)palosanto.com>
Add missing ! to fix a reversed condition check in
OleCreateDefaultHandler, in order to match intent in comment.
Patch: http://cvs.winehq.org/patch.py?id=20480
Old revision New revision Changes Path
1.30 1.31 +1 -1 wine/dlls/ole32/defaulthandler.c