ChangeSet ID: 19572
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2005/08/15 15:50:07
Modified files:
dlls/msi : action.c
Log message:
Aric Stewart <aric(a)codeweavers.com>
Add some body to ResolveSource because it is possible to need it when
an install is begun but the media is not in the drive, such as in
install-on-demand cases.
Patch: http://cvs.winehq.org/patch.py?id=19572
Old revision New revision Changes Path
1.173 1.174 +42 -1 wine/dlls/msi/action.c
ChangeSet ID: 19571
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2005/08/15 15:49:47
Modified files:
dlls/ntdll : heap.c
Log message:
Fixed some confusion over whether HEAP_MIN_BLOCK_SIZE includes the
arena headers of not.
Free list sizes are constant so there's no need to store them in the
heap structure.
Patch: http://cvs.winehq.org/patch.py?id=19571
Old revision New revision Changes Path
1.47 1.48 +34 -25 wine/dlls/ntdll/heap.c