ChangeSet ID: 12807 CVSROOT: /opt/cvs-commit Module name: wine Changes by: julliard@wine.codeweavers.com 2004/07/06 13:56:12
Modified files: dlls/msi : where.c update.c table.c select.c order.c msiquery.c msipriv.h insert.c distinct.c create.c action.c
Log message: Mike McCormack mike@codeweavers.com Fetch binary streams at the table level.
Patch: http://cvs.winehq.org/patch.py?id=12807
Old revision New revision Changes Path 1.10 1.11 +18 -0 wine/dlls/msi/where.c 1.1 1.2 +1 -0 wine/dlls/msi/update.c 1.17 1.18 +61 -0 wine/dlls/msi/table.c 1.5 1.6 +18 -0 wine/dlls/msi/select.c 1.4 1.5 +1 -0 wine/dlls/msi/order.c 1.10 1.11 +28 -42 wine/dlls/msi/msiquery.c 1.24 1.25 +8 -0 wine/dlls/msi/msipriv.h 1.5 1.6 +1 -0 wine/dlls/msi/insert.c 1.4 1.5 +1 -0 wine/dlls/msi/distinct.c 1.6 1.7 +1 -0 wine/dlls/msi/create.c 1.20 1.21 +6 -6 wine/dlls/msi/action.c