kernel: Remove no longer needed includes.
[wine] / dlls / msi / Makefile.in
2006-01-11  Mike McCormackmsi: Make the MSI SelectionTree control do something...
2005-07-05  Aric StewartAdd source.c to start handling the various MsiSourceLis...
2005-06-23  Mike McCormackMake the MSI icon control work.
2005-06-17  Aric StewartBreak out all the file related actions and helper funct...
2005-06-16  Aric StewartBreak out all the top level apis into install.c.
2005-06-16  Aric StewartBreak out all the class registration actions into class...
2005-06-15  Aric StewartBreak out all the helper functions into helpers.c.
2005-06-09  Aric StewartAdded module upgrade.c and implemented FindRelatedProducts.
2005-05-27  Alexandre JulliardAuthors: Aric Stewart <aric@codeweavers.com>, Mike...
2005-05-09  Alexandre JulliardAdded rules for building import libraries in the indivi...
2005-03-29  Mike McCormackSplit out database functions, remove dependence on...
2005-02-14  Mike McCormackImplement SQL delete query.
2005-02-08  Mike McCormackImplement and document MsiLoadString.
2005-02-01  Juan LangPartially implement AppSearch action.
2005-01-28  Mike McCormackImplement MsiPreviewDialog.
2005-01-25  Aric Stewart- action.c is getting too big, so split out all the...
2005-01-25  Aric StewartMove the guid squishing functions out of msi.c and...
2005-01-21  Mike McCormackAdded stub implementations for MsiPreviewDialog and
2005-01-05  Vitaly LipatovGet real screen properties.
2005-01-05  Mike McCormackAdd a simple test case for MSI databases.
2004-07-04  Aric StewartBeginnings of costing and organizing into components...
2004-07-04  Mike McCormackImplement the UPDATE query.
2004-06-30  Aric StewartStart implementing MsiOpenPackage.
2004-06-28  Aric StewartStart implementing actions.
2004-05-18  Christian CostaAdded version info to MSI dll.
2004-03-30  Raphael JunqueiraImplement DllGetClassObject, DllRegisterServer, DllUnre...
2004-03-20  Mike McCormackStart implementing the SQL insert query.
2004-03-17  Mike McCormackMove the string table out into a separate file, improve...
2004-03-16  Dmitry TimoshkovExplicitly specify output file names for bison.
2004-03-16  Mike McCormackExtend the parser to deal with the CREATE TABLE query...
2004-03-16  Mike McCormackStart implementation of MsiEvaluateConditionA/W.
2004-01-27  Alexandre JulliardOnly link against libdxguid where necessary.
2003-10-11  Dimitrie O. PaunRemove SYMBOLFILE and LDDLLFLAGS from Makefiles.
2003-08-15  Alexandre JulliardAdded missing dependency.
2003-08-13  Mike McCormackPartial implementation of the Microsoft Installer ...