advapi32: Test and implement SystemFunction024/025.
[wine] / dlls / msi / appsearch.c
2006-04-12  Juan Langmsi: Fix possible crash bugs in error path.
2005-11-03  Ivan Leo PuotiFix some wrong prototypes.
2005-10-27  Mike McCormackRename load_dynamic_stringW to msi_dup_record_field...
2005-09-20  Mike McCormackAdded memory allocation inline functions (part 2).
2005-07-22  Aric StewartBail out if the reg key is empty. This prevents us...
2005-05-10  Juan LangPartially implement AppSearch for RegLocator-type searches.
2005-03-28  Peter Berg LarsenJanitorial: Get rid of strncpy/strncpyW.
2005-03-23  Francois GougetAssorted spelling fixes.
2005-03-10  Juan LangFix a regression in AppSearch.
2005-02-08  Juan LangIf a full path isn't specified, search across all fixed...
2005-02-03  Juan LangSimplify AppSearch error checking.
2005-02-02  Aric StewartFix a copy and paste error, check for a null value...
2005-02-01  Juan LangPartially implement AppSearch action.