lzma for dos/exe seems to work with tainted watcom macros

This commit is contained in:
László Molnár
2007-02-12 18:28:24 +01:00
parent 8bea9e0a5e
commit 7b39b05894
6 changed files with 1688 additions and 1627 deletions
+1
View File
@@ -279,6 +279,7 @@ void Packer::defineDecompressorSymbols()
// -2 for properties
linker->defineSymbol("lzma_c_len_hi", (ph.c_len - 2) / 65536);
linker->defineSymbol("lzma_u_len_hi", ph.u_len / 65536);
linker->defineSymbol("lzma_u_len_segment", (ph.u_len & 0xf0000) >> 4);
}
}
}