diff options
Diffstat (limited to '3rdparty/lzma/C/7zStream.c')
-rw-r--r-- | 3rdparty/lzma/C/7zStream.c | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/3rdparty/lzma/C/7zStream.c b/3rdparty/lzma/C/7zStream.c index 0ebb7b5f93c..88f9c42b1dd 100644 --- a/3rdparty/lzma/C/7zStream.c +++ b/3rdparty/lzma/C/7zStream.c @@ -1,9 +1,11 @@ /* 7zStream.c -- 7z Stream functions -2010-03-11 : Igor Pavlov : Public domain */ +2013-11-12 : Igor Pavlov : Public domain */ + +#include "Precomp.h" #include <string.h> -#include "Types.h" +#include "7zTypes.h" SRes SeqInStream_Read2(ISeqInStream *stream, void *buf, size_t size, SRes errorType) { |