ChangeSet ID: 20433
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)winehq.org 2005/09/26 08:26:40
Modified files:
dlls/kernel : path.c
Log message:
Use a larger buffer in CopyFileW now that the file handle may not
always be cached.
Patch: http://cvs.winehq.org/patch.py?id=20433
Old revision New revision Changes Path
1.24 1.25 +10 -6 wine/dlls/kernel/path.c
ChangeSet ID: 20432
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)winehq.org 2005/09/26 08:25:48
Modified files:
dlls/msi : table.c
Log message:
Mike McCormack <mike(a)codeweavers.com>
Create a function to determine the table's row size and use it.
Fix a memory leak in the table code.
Patch: http://cvs.winehq.org/patch.py?id=20432
Old revision New revision Changes Path
1.44 1.45 +21 -11 wine/dlls/msi/table.c