More lzma updates - win32/pe + lzma seems to work.

This commit is contained in:
Markus F.X.J. Oberhumer
2006-06-19 22:08:06 +02:00
parent 28f019d672
commit 0b685d11c9
14 changed files with 3825 additions and 3826 deletions
+2
View File
@@ -375,6 +375,8 @@ bool set_method_name(char *buf, size_t size, int method, int level)
alg = "NRV2D";
else if (M_IS_NRV2E(method))
alg = "NRV2E";
else if (M_IS_LZMA(method))
alg = "LZMA";
else
{
alg = "???";