25 Apr
2007
25 Apr
'07
12:06 p.m.
Module: wine Branch: master Commit: da55285acba1839fca9cf93422a42eac062760ed URL: http://source.winehq.org/git/wine.git/?a=commit;h=da55285acba1839fca9cf93422... Author: James Hawkins <truiken(a)gmail.com> Date: Wed Apr 25 05:22:01 2007 -0500 msi: Implement special handling for the _Streams table. --- dlls/msi/Makefile.in | 1 + dlls/msi/msipriv.h | 4 +- dlls/msi/query.h | 2 + dlls/msi/streams.c | 404 ++++++++++++++++++++++++++++++++++++++++++++++++++ dlls/msi/string.c | 8 +- dlls/msi/table.c | 15 ++- dlls/msi/tests/db.c | 61 +++----- 7 files changed, 447 insertions(+), 48 deletions(-) Diff: http://source.winehq.org/git/wine.git/?a=commitdiff;h=da55285acba1839fca9cf9...