advapi32: Test and implement SystemFunction024/025.
[wine] / dlls / msi / classes.c
2006-04-18  Mike McCormackmsi: Clean up memset usage.
2006-04-18  Mike McCormackmsi: Fix a regression caused by some bad logic.
2006-04-07  Mike McCormackmsi: Fix a logic error.
2005-11-03  Mike McCormackRemove some redundant null pointer checks.
2005-10-30  Mike McCormackSimplify register_progid() and remove a fixed length...
2005-10-30  Mike McCormackRemove unused package parameter of register_progid_base().
2005-10-27  Mike McCormackRename load_dynamic_stringW to msi_dup_record_field...
2005-09-22  Mike McCormackMake build_icon_path return the path directly.
2005-09-20  Mike McCormackAdded memory allocation inline functions (part 2).
2005-09-15  Mike McCormackCreate a macro to write a value to a subkey.
2005-09-14  Mike McCormackCreate a macro function to write registry values.
2005-09-12  Mike McCormackEliminate yet more fixed length buffers.
2005-09-09  Mike McCormackMove a fixed size buffer to the heap.
2005-09-08  Mike McCormack- fix a bug introduced by the progid list conversion
2005-09-06  Mike McCormackConvert progids to a standard list.
2005-09-02  Mike McCormack- convert verbs into a standard list
2005-09-02  Mike McCormackAdd objects to lists at the right time.
2005-08-29  Mike McCormack- build a standard Wine list of extensions instead...
2005-08-27  Mike McCormackAdd the allocated mime type to the mime type list.
2005-08-26  Mike McCormack- build a standard Wine list of mime types instead...
2005-08-25  Mike McCormack- build a standard Wine list of classes instead of...
2005-08-25  Mike McCormackFix a small bug introduced when converting appids to...
2005-08-24  Mike McCormack- build a standard Wine list of appids instead of using...
2005-08-23  Mike McCormack- build a standard Wine list of files instead of using...
2005-08-22  Mike McCormack- build a standard Wine list of features instead of...
2005-08-22  Mike McCormack- build a standard Wine list of components instead...
2005-06-16  Aric StewartBreak out all the class registration actions into class...