James Hawkins : msi: Factor out media handling and use the new interface to efficiently extract assemblies .

Alexandre Julliard julliard at winehq.org
Tue Aug 19 08:46:39 CDT 2008


Module: wine
Branch: master
Commit: 74239fcd915cddcff5bf52d62a7082db9b4586c3
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=74239fcd915cddcff5bf52d62a7082db9b4586c3

Author: James Hawkins <jhawkins at codeweavers.com>
Date:   Mon Aug 18 22:59:44 2008 -0500

msi: Factor out media handling and use the new interface to efficiently extract assemblies.

---

 dlls/msi/Makefile.in |    1 +
 dlls/msi/action.c    |  267 ++++++++++++++++------
 dlls/msi/files.c     |  629 +++----------------------------------------------
 dlls/msi/helpers.c   |  133 -----------
 dlls/msi/media.c     |  632 ++++++++++++++++++++++++++++++++++++++++++++++++++
 dlls/msi/msipriv.h   |   21 ++-
 6 files changed, 891 insertions(+), 792 deletions(-)

Diff:   http://source.winehq.org/git/wine.git/?a=commitdiff;h=74239fcd915cddcff5bf52d62a7082db9b4586c3



More information about the wine-cvs mailing list