ChangeSet ID: 17028
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2005/04/11 13:50:58
Modified files:
dlls/quartz : memallocator.c
Log message:
Robert Shearman <rob(a)codeweavers.com>
Return an error instead of crashing later on a divide by zero
exception when an alignment of 0 is specified.
Patch: http://cvs.winehq.org/patch.py?id=17028
Old revision New revision Changes Path
1.7 1.8 +2 -0 wine/dlls/quartz/memallocator.c
ChangeSet ID: 17025
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2005/04/11 13:50:02
Modified files:
dlls/shell32/tests: shlfolder.c
dlls/shell32 : shlfolder.c
Log message:
Huw Davies <huw(a)codeweavers.com>
Directory items should have the SFGOA_FILESYSANCESTOR attribute.
Add a test for this and cleanup the shlfolder test a bit.
Patch: http://cvs.winehq.org/patch.py?id=17025
Old revision New revision Changes Path
1.4 1.5 +66 -40 wine/dlls/shell32/tests/shlfolder.c
1.97 1.98 +3 -1 wine/dlls/shell32/shlfolder.c