Sync msi with Wine 1.1.5
[reactos.git] / reactos / dll / win32 / msi / action.c
index cde5c98..5bb7008 100644 (file)
@@ -1486,7 +1486,7 @@ static UINT load_file(MSIRECORD *row, LPVOID param)
     }
     else
     {
-        file->IsCompressed = package->WordCount & MSIWORDCOUNT_COMPRESSED;
+        file->IsCompressed = package->WordCount & msidbSumInfoSourceTypeCompressed;
     }
 
     if (!file->IsCompressed)