msi: Forward MsiSetInstallLevel to an internal MSI_SetInstallLevel that can be used...
[wine] / dlls / msi / tokenize.c
2005-05-29  Mike McCormack-Wmissing-declarations and -Wwrite-strings warning...
2005-05-19  Mike McCormackOnly tables can be backquoted, strings must be single...
2004-08-06  Mike McCormackFix warnings found with -Wsign-compare.
2004-06-30  Mike McCormackMake the SQL insert query work.
2004-03-19  Mike McCormackFirst go at write support.
2004-03-16  Mike McCormackExtend the parser to deal with the CREATE TABLE query...
2004-03-16  Mike McCormackStart implementation of MsiEvaluateConditionA/W.
2003-10-30  Mike McCormackSql tokens are case insensitive in msi.dll.
2003-09-05  Alexandre JulliardFixed header dependencies to be fully compatible with...
2003-08-13  Mike McCormackPartial implementation of the Microsoft Installer ...