ChangeSet ID: 6604
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2002/12/12 17:00:47
Modified files:
dlls/shell32 : shell.c
Log message:
Rolf Kalbermatter <rolf.kalbermatter(a)citeng.com>
Cleanup InternalExtractIconEx. The PrivateExtractIcons functions
should also handle the case for 32bit PE and 16bit NE files so no need
to do this here in a different way, too.
Patch: http://cvs.winehq.com/patch.py?id=6604
Old revision New revision Changes Path
1.51 1.52 +26 -47 wine/dlls/shell32/shell.c
ChangeSet ID: 6603
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2002/12/12 17:00:24
Modified files:
dlls/shell32 : pidl.c
Log message:
Rolf Kalbermatter <rolf.kalbermatter(a)citeng.com>
Resolve SHGetPathFromIDListW -> SHGetPathFromIDListA call.
Remove Fixme comment in SHGetPathFromIDList as StrRetToStrN should
take care of this.
Get rid of some unsigned/signed comparison warnings with default
warnings in MSVC.
Patch: http://cvs.winehq.com/patch.py?id=6603
Old revision New revision Changes Path
1.77 1.78 +26 -18 wine/dlls/shell32/pidl.c
ChangeSet ID: 6601
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2002/12/12 16:59:50
Modified files:
dlls/user : exticon.c
Log message:
Rolf Kalbermatter <rolf.kalbermatter(a)citeng.com>
Fix a possible memory leak when extracting from an ICO file.
Fix some signed/unsigned warnings showing up in MSVC with default
warning level.
Fix possible problem with short PIMAGE_NT_HEADERS.
Patch: http://cvs.winehq.com/patch.py?id=6601
Old revision New revision Changes Path
1.24 1.25 +32 -31 wine/dlls/user/exticon.c
ChangeSet ID: 6600
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2002/12/12 16:59:25
Modified files:
dlls/oleaut32 : typelib.c
Log message:
Alberto Massari <alby(a)exln.com>
Implemented DispCallFunc so that it works when calling event handlers
that have no return value.
Patch: http://cvs.winehq.com/patch.py?id=6600
Old revision New revision Changes Path
1.83 1.84 +30 -16 wine/dlls/oleaut32/typelib.c