wine/dlls/msi table.c msiquery.c msi.c install ...

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


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

Modified files:
	dlls/msi       : table.c msiquery.c msi.c install.c helpers.c 
	                 format.c files.c dialog.c database.c custom.c 
	                 cond.y classes.c appsearch.c action.c 

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

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

Old revision  New revision  Changes     Path
 1.41          1.42          +52 -54     wine/dlls/msi/table.c
 1.35          1.36          +12 -12     wine/dlls/msi/msiquery.c
 1.101         1.102         +51 -51     wine/dlls/msi/msi.c
 1.13          1.14          +19 -19     wine/dlls/msi/install.c
 1.28          1.29          +91 -94     wine/dlls/msi/helpers.c
 1.21          1.22          +28 -28     wine/dlls/msi/format.c
 1.15          1.16          +31 -31     wine/dlls/msi/files.c
 1.42          1.43          +45 -48     wine/dlls/msi/dialog.c
 1.7           1.8           +8 -8       wine/dlls/msi/database.c
 1.23          1.24          +30 -30     wine/dlls/msi/custom.c
 1.19          1.20          +14 -14     wine/dlls/msi/cond.y
 1.18          1.19          +33 -42     wine/dlls/msi/classes.c
 1.9           1.10          +19 -24     wine/dlls/msi/appsearch.c
 1.195         1.196         +93 -94     wine/dlls/msi/action.c




More information about the wine-cvs mailing list