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