Fix signed/unsigned comparison warnings.
[wine] / dlls / msi / record.c
2004-08-24  Aric StewartGetting the string for a null field should not create...
2004-08-11  Francois GougetModify widl to put the C COM macros inside an #ifdef...
2004-07-09  Alexandre JulliardAuthors: Mike McCormack <mike@codeweavers.com>, Aric...
2004-07-09  Aric StewartAdd a stub for MsiModifyView, fix a couple of bugs.
2004-06-30  Mike McCormackFix retrieval of nul records as strings.
2004-06-30  Mike McCormackSet the storage file's GUID so native MSI recognizes it.
2004-06-30  Mike McCormackFix buffer overflow.
2004-06-30  Mike McCormackMake the SQL insert query work.
2004-06-29  Mike McCormackFix refcounting of streams.
2004-06-29  Mike McCormackAllow reading records containing streams.
2004-04-19  Francois GougetMake Unicode const strings static so they are not copie...
2004-03-19  Mike McCormackFix handle allocation and the CREATE TABLE query.
2003-09-08  Francois GougetFix the case of product and company names.
2003-09-05  Alexandre JulliardFixed header dependencies to be fully compatible with...
2003-08-13  Mike McCormackPartial implementation of the Microsoft Installer ...