comctl32: Assign to structs instead of using memcpy.
[wine] / dlls / msi / streams.c
2008-02-05  James Hawkinsmsi: Implement the MSIMODIFY_ASSIGN action of MsiViewMo...
2007-12-26  Rob Shearmanmsi: Fix several memory leaks after using IEnumSTATSTG_...
2007-12-18  James Hawkinsmsi: Sort each table of the join separately.
2007-10-18  James Hawkinsmsi: Add handling for MSIMODIFY_INSERT for the streams...
2007-07-27  James Hawkinsmsi: Implement the MSIMODIFY_UPDATE command in the...
2007-07-23  James Hawkinsmsi: Ref count temporary columns and release them when...
2007-07-23  James Hawkinsmsi: Implement adding columns using the ALTER command.
2007-07-19  James Hawkinsmsi: Implement reference counting for tables, manipulat...
2007-06-19  James Hawkinsmsi: Properly delete rows from the table, instead of...
2007-04-25  James Hawkinsmsi: Implement special handling for the _Streams table.