wine/dlls/msi where.c update.c table.c suminfo ...

Alexandre Julliard julliard at winehq.org
Fri Jul 9 17:25:34 CDT 2004


ChangeSet ID:	12852
CVSROOT:	/opt/cvs-commit
Module name:	wine
Changes by:	julliard at wine.codeweavers.com	2004/07/09 17:25:34

Modified files:
	dlls/msi       : where.c update.c table.c suminfo.c select.c 
	                 record.c package.c order.c msiquery.c msipriv.h 
	                 msi.c insert.c handle.c distinct.c create.c 
	                 cond.y action.c 

Log message:
	Mike McCormack <mike at codeweavers.com>
	Aric Stewart <aric at codeweavers.com>
	Refcount all objects, and use pointers internally.

Patch: http://cvs.winehq.org/patch.py?id=12852

Old revision  New revision  Changes     Path
 1.11          1.12          +8 -6       wine/dlls/msi/where.c
 1.2           1.3           +5 -3       wine/dlls/msi/update.c
 1.19          1.20          +18 -33     wine/dlls/msi/table.c
 1.7           1.8           +21 -13     wine/dlls/msi/suminfo.c
 1.6           1.7           +2 -2       wine/dlls/msi/select.c
 1.12          1.13          +159 -83    wine/dlls/msi/record.c
 1.12          1.13          +316 -167   wine/dlls/msi/package.c
 1.5           1.6           +4 -2       wine/dlls/msi/order.c
 1.13          1.14          +119 -42    wine/dlls/msi/msiquery.c
 1.27          1.28          +94 -30     wine/dlls/msi/msipriv.h
 1.30          1.31          +79 -62     wine/dlls/msi/msi.c
 1.6           1.7           +6 -4       wine/dlls/msi/insert.c
 1.5           1.6           +115 -45    wine/dlls/msi/handle.c
 1.5           1.6           +4 -2       wine/dlls/msi/distinct.c
 1.7           1.8           +3 -1       wine/dlls/msi/create.c
 1.7           1.8           +22 -8      wine/dlls/msi/cond.y
 1.26          1.27          +915 -825   wine/dlls/msi/action.c




More information about the wine-cvs mailing list