This commit is contained in:
Igor Pavlov
2008-12-31 00:00:00 +00:00
committed by Kornel Lesiński
parent c1f1243a70
commit 3a524e5ba2
259 changed files with 2792 additions and 4855 deletions
+1 -1
View File
@@ -2,7 +2,7 @@
;Defines
!define VERSION_MAJOR 4
!define VERSION_MINOR 62
!define VERSION_MINOR 63
!define VERSION_POSTFIX_FULL ""
!ifdef WIN64
!ifdef IA64
+1 -1
View File
@@ -1,7 +1,7 @@
<?xml version="1.0"?>
<?define VerMajor = "4" ?>
<?define VerMinor = "62" ?>
<?define VerMinor = "63" ?>
<?define VerBuild = "00" ?>
<?define MmVer = "$(var.VerMajor).$(var.VerMinor)" ?>
<?define MmHex = "0$(var.VerMajor)$(var.VerMinor)" ?>
+2 -2
View File
@@ -1,4 +1,4 @@
LZMA SDK 4.62
LZMA SDK 4.63
-------------
LZMA SDK provides the documentation, samples, header files, libraries,
@@ -413,7 +413,7 @@ Memory Requirements:
- LZMA dictionary (dictionary size is encoded in LZMA properties header)
1) read LZMA properties (5 bytes) and uncompressed size (8 bytes, little-endian) to header:
unsigned char header[LZMA_PROPERTIES_SIZE + 8];
unsigned char header[LZMA_PROPS_SIZE + 8];
ReadFile(inFile, header, sizeof(header)
2) Allocate CLzmaDec structures (state + dictionary) using LZMA properties