wine/dlls/msi where.c upgrade.c update.c sumin ...

Alexandre Julliard julliard at wine.codeweavers.com
Tue Sep 20 06:57:20 CDT 2005


ChangeSet ID:	20309
CVSROOT:	/opt/cvs-commit
Module name:	wine
Changes by:	julliard at winehq.org	2005/09/20 06:57:20

Modified files:
	dlls/msi       : where.c upgrade.c update.c suminfo.c string.c 
	                 sql.y source.c select.c registry.c record.c 
	                 preview.c package.c order.c msipriv.h insert.c 
	                 handle.c events.c distinct.c delete.c create.c 

Log message:
	Mike McCormack <mike at codeweavers.com>
	Added memory allocation inline functions (part 1).

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

Old revision  New revision  Changes     Path
 1.19          1.20          +5 -5       wine/dlls/msi/where.c
 1.6           1.7           +3 -3       wine/dlls/msi/upgrade.c
 1.7           1.8           +2 -2       wine/dlls/msi/update.c
 1.22          1.23          +9 -9       wine/dlls/msi/suminfo.c
 1.14          1.15          +11 -13     wine/dlls/msi/string.c
 1.31          1.32          +1 -1       wine/dlls/msi/sql.y
 1.5           1.6           +10 -10     wine/dlls/msi/source.c
 1.10          1.11          +2 -3       wine/dlls/msi/select.c
 1.11          1.12          +13 -15     wine/dlls/msi/registry.c
 1.29          1.30          +2 -2       wine/dlls/msi/record.c
 1.6           1.7           +1 -1       wine/dlls/msi/preview.c
 1.58          1.59          +14 -14     wine/dlls/msi/package.c
 1.11          1.12          +5 -6       wine/dlls/msi/order.c
 1.93          1.94          +43 -15     wine/dlls/msi/msipriv.h
 1.14          1.15          +2 -2       wine/dlls/msi/insert.c
 1.10          1.11          +2 -2       wine/dlls/msi/handle.c
 1.9           1.10          +9 -9       wine/dlls/msi/events.c
 1.9           1.10          +7 -7       wine/dlls/msi/distinct.c
 1.2           1.3           +2 -2       wine/dlls/msi/delete.c
 1.13          1.14          +2 -2       wine/dlls/msi/create.c




More information about the wine-cvs mailing list