[3/5] Revert "msi: Avoid loading cabinet streams more than once."

Hans Leidekker hans at codeweavers.com
Tue May 17 04:09:28 CDT 2011


This reverts commit 395479f0d194b7b7e1cf6b766825f492faafde5d.

Fixes http://bugs.winehq.org/show_bug.cgi?id=27149
---
 dlls/msi/action.c |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)

diff --git a/dlls/msi/action.c b/dlls/msi/action.c
index 4a56485..42c9274 100644
--- a/dlls/msi/action.c
+++ b/dlls/msi/action.c
@@ -2123,8 +2123,6 @@ static UINT load_all_media( MSIPACKAGE *package )
     MSIQUERY *view;
     UINT r;
 
-    if (!list_empty( &package->cabinet_streams )) return ERROR_SUCCESS;
-
     r = MSI_DatabaseOpenViewW( package->db, query, &view );
     if (r != ERROR_SUCCESS) return ERROR_SUCCESS;
 
-- 
1.7.4.1







More information about the wine-patches mailing list