Move include/bitmaps/*.xpm where they belong.
[wine] / dlls / msi /
2003-11-05  Mike McCormackMsiOpenDatabase's szPersist parameter may be a string...
2003-11-05  Mike McCormackStub implementation for MsiVerifyPackage.
2003-11-05  Mike McCormackImplement MsiOpenProductW.
2003-10-30  Mike McCormackSome stub implementations.
2003-10-30  Mike McCormackSql tokens are case insensitive in msi.dll.
2003-10-28  Mike McCormackTreat missing MSI tables as empty.
2003-10-28  Mike McCormackFixed MSI buffer overflow.
2003-10-28  Mike McCormackFix string value lookups in MSI.
2003-10-14  Dmitry TimoshkovFixed some problems found while compiling and linking...
2003-10-14  Daniel MarmierFixed warnings with gcc option "-Wwrite-strings".
2003-10-11  Dimitrie O. PaunRemove SYMBOLFILE and LDDLLFLAGS from Makefiles.
2003-10-03  Mike McCormackFixed msi spec file.
2003-09-27  Mike McCormackRemove references to HEAP_strdupAtoW.
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-09-01  Robert ReifAdded a few stub implementations.
2003-08-29  Robert ReifAdded some missing functions.
2003-08-15  Alexandre JulliardAdded missing dependency.
2003-08-13  Mike McCormackPartial implementation of the Microsoft Installer ...