Refresh LZMA-lib to v4.65

Signed-off-by: Luigi 'Comio' Mantellini <luigi.mantellini@idf-hit.com>
This commit is contained in:
Luigi 'Comio' Mantellini
2009-07-21 10:45:49 +02:00
committed by Wolfgang Denk
parent 70ebf31633
commit caf72ff329
20 changed files with 2024 additions and 1867 deletions

View File

@@ -1,7 +1,7 @@
/*
* Fake include for LzmaDecode.h
* Fake include for LzmaDec.h
*
* Copyright (C) 2007-2008 Industrie Dial Face S.p.A.
* Copyright (C) 2007-2009 Industrie Dial Face S.p.A.
* Luigi 'Comio' Mantellini (luigi.mantellini@idf-hit.com)
*
* See file CREDITS for list of people who contributed to this
@@ -23,9 +23,9 @@
* MA 02111-1307 USA
*/
#ifndef __LZMADECODE_H__FAKE__
#define __LZMADECODE_H__FAKE__
#ifndef __LZMADEC_H__FAKE__
#define __LZMADEC_H__FAKE__
#include "../../lib_generic/lzma/LzmaDecode.h"
#include "../../lib_generic/lzma/LzmaDec.h"
#endif

View File

@@ -1,7 +1,7 @@
/*
* Fake include for LzmaTools.h
*
* Copyright (C) 2007-2008 Industrie Dial Face S.p.A.
* Copyright (C) 2007-2009 Industrie Dial Face S.p.A.
* Luigi 'Comio' Mantellini (luigi.mantellini@idf-hit.com)
*
* See file CREDITS for list of people who contributed to this

View File

@@ -1,7 +1,7 @@
/*
* Fake include for LzmaTypes.h
* Fake include for Types.h
*
* Copyright (C) 2007-2008 Industrie Dial Face S.p.A.
* Copyright (C) 2007-2009 Industrie Dial Face S.p.A.
* Luigi 'Comio' Mantellini (luigi.mantellini@idf-hit.com)
*
* See file CREDITS for list of people who contributed to this
@@ -23,9 +23,14 @@
* MA 02111-1307 USA
*/
#ifndef __LZMATYPES_H__FAKE__
#define __LZMATYPES_H__FAKE__
#ifndef __TYPES_H__FAKE__
#define __TYPES_H__FAKE__
#include "../../lib_generic/lzma/LzmaTypes.h"
/*
*This avoids the collition with zlib.h Byte definition
*/
#define Byte LZByte
#include "../../lib_generic/lzma/Types.h"
#endif