Convert MsiEnumComponentQualifiers to use msi_strcpy_to_awstring.
[wine] / dlls / msi / registry.c
2005-11-15  Mike McCormackConvert MsiEnumComponentQualifiers to use msi_strcpy_to...
2005-11-15  Mike McCormackFix function prototype and spec file entry for
2005-11-09  Mike McCormackFix passing of NULL pointers to MsiDecomposeDescriptor...
2005-09-20  Mike McCormackAdded memory allocation inline functions (part 1).
2005-07-11  Aric StewartProperly resize the buffer based on ERROR_MORE_DATA.
2005-06-07  Aric StewartAdd functions to add the User UpgradeCodes.
2005-05-06  Francois GougetTweak the documentation to make winapi_check happy.
2005-04-28  Aric StewartCorrect user component publication.
2005-04-20  Aric StewartImplement Publish Components in order for MsiGetQualifi...
2005-03-24  Mike McCormackClean up registry functions.
2005-03-10  Juan LangImplement MsiEnumRelatedProducts.
2005-02-16  Mike McCormackMove product, feature and component enumeration functio...
2005-01-26  Aric StewartAdded a few more stub implementations.
2005-01-25  Mike McCormackImplement, test and document MsiDecomposeDescriptor.
2005-01-25  Aric StewartMove the guid squishing functions out of msi.c and...