ChangeSet ID: 8848
CVSROOT: /home/winehq/opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2003/07/21 22:16:00
Modified files:
dlls/shell32 : enumidlist.c
Log message:
Martin Fuchs <martin-fuchs(a)gmx.net>
Only return FALSE in IEnumIDList_fnNext if no item could be fetched at
all.
Patch: http://cvs.winehq.com/patch.py?root=/home/winehq/opt/cvs-commit&id=8848
Old revision New revision Changes Path
1.29 1.30 +5 -2 wine/dlls/shell32/enumidlist.c
ChangeSet ID: 8842
CVSROOT: /home/winehq/opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2003/07/21 20:00:47
Modified files:
dlls/shell32 : pidl.c
Log message:
Mike Hearn <mike(a)theoretic.com>
Deal with the case of loading an empty PIDL from a stream better in
ILLoadFromStream.
Patch: http://cvs.winehq.com/patch.py?root=/home/winehq/opt/cvs-commit&id=8842
Old revision New revision Changes Path
1.84 1.85 +20 -10 wine/dlls/shell32/pidl.c