17 Dec
2009
17 Dec
'09
4:37 p.m.
Module: wine Branch: master Commit: 6b403d1a31e1719fc2d0cd991aaefcdb1dc5f2f3 URL: http://source.winehq.org/git/wine.git/?a=commit;h=6b403d1a31e1719fc2d0cd991a... Author: James Hawkins <truiken(a)gmail.com> Date: Wed Dec 16 19:05:12 2009 -0800 msi: Move MSITRANSFORM and MSISTREAM and associated methods to the dabatase implementation file as they are database objects/methods. --- dlls/msi/database.c | 210 ++++++++++++++++++++++++++++++++++++++++++++++++++- dlls/msi/msipriv.h | 5 +- dlls/msi/table.c | 208 +-------------------------------------------------- 3 files changed, 211 insertions(+), 212 deletions(-) Diff: http://source.winehq.org/git/wine.git/?a=commitdiff;h=6b403d1a31e1719fc2d0cd...