ChangeSet ID: 1029527714574178427298651
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 02/08/16 14:55:14
Modified files:
dlls/ole32 : storage32.c storage32.h
Log message:
Huw D M Davies <hdavies(a)codeweavers.com>
DWORD at offset 0x40 in the header is the number of big blocks in the
small block depot chain.
Better failure handling.
Patch: http://cvs.winehq.com/patch.py?id=1029527714574178427298651
Revision Changes Path
1.34 +141 -111 wine/dlls/ole32/storage32.c
1.12 +8 -8 wine/dlls/ole32/storage32.h
ChangeSet ID: 1029461743981568074160354
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 02/08/15 20:35:43
Modified files:
dlls/comctl32 : imagelist.c
Log message:
Mike McCormack <mikem(a)codeweavers.com>
ImageList_SetImageCount should set nCurImage (the number of
images in the list) to the value specified, and expect that
ImageList_ReplaceImage is called to set the new images.
Patch: http://cvs.winehq.com/patch.py?id=1029461743981568074160354
Revision Changes Path
1.56 +18 -4 wine/dlls/comctl32/imagelist.c