wine/dlls/msi tokenize.c sql.y query.h msipriv ...

Alexandre Julliard julliard at winehq.org
Tue Mar 16 13:18:22 CST 2004


ChangeSet ID:	11527
CVSROOT:	/opt/cvs-commit
Module name:	wine
Changes by:	julliard at wine.codeweavers.com	2004/03/16 13:18:22

Modified files:
	dlls/msi       : tokenize.c sql.y query.h msipriv.h msi.c 
	                 Makefile.in 
Added files:
	dlls/msi       : create.c 

Log message:
	Mike McCormack <mike at codeweavers.com>
	Extend the parser to deal with the CREATE TABLE query. The query
	doesn't do anything as yet.

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

Old revision  New revision  Changes     Path
 1.4           1.5           +8 -0       wine/dlls/msi/tokenize.c
 1.5           1.6           +165 -17    wine/dlls/msi/sql.y
 1.3           1.4           +9 -0       wine/dlls/msi/query.h
 1.4           1.5           +1 -0       wine/dlls/msi/msipriv.h
 1.10          1.11          +39 -1      wine/dlls/msi/msi.c
 1.5           1.6           +1 -0       wine/dlls/msi/Makefile.in
 Added         1.1           +0 -0       wine/dlls/msi/create.c




More information about the wine-cvs mailing list