4.33 beta

This commit is contained in:
Igor Pavlov
2006-02-05 00:00:00 +00:00
committed by Kornel Lesiński
parent e8d0636d7a
commit 02516d3fce
80 changed files with 2185 additions and 3957 deletions

View File

@@ -127,4 +127,4 @@ HRESULT DecompressArchives(
wildcardCensor, options, extractCallback));
}
return S_OK;
}
}

View File

@@ -258,7 +258,7 @@ HRESULT OpenArchive(
if (result != S_OK)
continue;
}
#endif EXCLUDE_COM
#endif
if (!archive)
return E_FAIL;

View File

@@ -61,4 +61,4 @@ const CActionSet kDeleteActionSet =
NPairAction::kIgnore
};
}
}