16 Mar
2015
16 Mar
'15
3:34 p.m.
Module: wine Branch: master Commit: db3fdbe1e3570f9b79f5c00fd166881e78c5f9a6 URL: http://source.winehq.org/git/wine.git/?a=commit;h=db3fdbe1e3570f9b79f5c00fd1... Author: Hans Leidekker <hans(a)codeweavers.com> Date: Mon Mar 16 10:55:58 2015 +0100 msi: Fix the case where the summary information stream is already open in MsiGetSummaryInformationW. --- dlls/msi/msi.c | 6 +-- dlls/msi/msipriv.h | 2 +- dlls/msi/package.c | 14 +++--- dlls/msi/patch.c | 22 +++++----- dlls/msi/suminfo.c | 126 +++++++++++++++++++++++++++++++++++++---------------- 5 files changed, 112 insertions(+), 58 deletions(-) Diff: http://source.winehq.org/git/wine.git/?a=commitdiff;h=db3fdbe1e3570f9b79f5c0...