ChangeSet ID: 11582 CVSROOT: /opt/cvs-commit Module name: wine Changes by: julliard@wine.codeweavers.com 2004/03/19 13:14:12
Modified files: dlls/msi : table.c suminfo.c string.c record.c msiquery.c msipriv.h msi.c handle.c create.c
Log message: Mike McCormack mike@codeweavers.com Fix handle allocation and the CREATE TABLE query.
Patch: http://cvs.winehq.org/patch.py?id=11582
Old revision New revision Changes Path 1.9 1.10 +8 -6 wine/dlls/msi/table.c 1.5 1.6 +2 -8 wine/dlls/msi/suminfo.c 1.3 1.4 +70 -26 wine/dlls/msi/string.c 1.3 1.4 +12 -17 wine/dlls/msi/record.c 1.6 1.7 +2 -4 wine/dlls/msi/msiquery.c 1.8 1.9 +1 -1 wine/dlls/msi/msipriv.h 1.14 1.15 +6 -8 wine/dlls/msi/msi.c 1.3 1.4 +4 -1 wine/dlls/msi/handle.c 1.2 1.3 +5 -5 wine/dlls/msi/create.c