wine/dlls/msi where.c tokenize.c table.c strin ...

Alexandre Julliard julliard at winehq.org
Thu Mar 18 19:16:36 CST 2004


ChangeSet ID:	11572
CVSROOT:	/opt/cvs-commit
Module name:	wine
Changes by:	julliard at wine.codeweavers.com	2004/03/18 19:16:36

Modified files:
	dlls/msi       : where.c tokenize.c table.c string.c sql.y 
	                 select.c query.h order.c msipriv.h msi.c 
	                 distinct.c create.c 

Log message:
	Mike McCormack <mike at codeweavers.com>
	First go at write support.

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

Old revision  New revision  Changes     Path
 1.3           1.4           +2 -0       wine/dlls/msi/where.c
 1.5           1.6           +1 -0       wine/dlls/msi/tokenize.c
 1.8           1.9           +220 -24    wine/dlls/msi/table.c
 1.2           1.3           +104 -31    wine/dlls/msi/string.c
 1.6           1.7           +31 -8      wine/dlls/msi/sql.y
 1.3           1.4           +2 -0       wine/dlls/msi/select.c
 1.4           1.5           +1 -1       wine/dlls/msi/query.h
 1.3           1.4           +2 -0       wine/dlls/msi/order.c
 1.7           1.8           +20 -1      wine/dlls/msi/msipriv.h
 1.13          1.14          +2 -0       wine/dlls/msi/msi.c
 1.3           1.4           +2 -0       wine/dlls/msi/distinct.c
 1.1           1.2           +90 -11     wine/dlls/msi/create.c




More information about the wine-cvs mailing list