bsnes-classic/snesreader/7z_C
2014-06-27 10:00:09 +00:00
..
7zAlloc.c Set properties on files that weren't correctly autodetected 2014-06-27 10:00:09 +00:00
7zAlloc.h Set properties on files that weren't correctly autodetected 2014-06-27 10:00:09 +00:00
7zBuf.c Set properties on files that weren't correctly autodetected 2014-06-27 10:00:09 +00:00
7zBuf.h Set properties on files that weren't correctly autodetected 2014-06-27 10:00:09 +00:00
7zC.txt Set properties on files that weren't correctly autodetected 2014-06-27 10:00:09 +00:00
7zCrc.c Set properties on files that weren't correctly autodetected 2014-06-27 10:00:09 +00:00
7zCrc.h Set properties on files that weren't correctly autodetected 2014-06-27 10:00:09 +00:00
7zDecode.c Set properties on files that weren't correctly autodetected 2014-06-27 10:00:09 +00:00
7zDecode.h Set properties on files that weren't correctly autodetected 2014-06-27 10:00:09 +00:00
7zExtract.c Set properties on files that weren't correctly autodetected 2014-06-27 10:00:09 +00:00
7zExtract.h Set properties on files that weren't correctly autodetected 2014-06-27 10:00:09 +00:00
7zHeader.c Set properties on files that weren't correctly autodetected 2014-06-27 10:00:09 +00:00
7zHeader.h Set properties on files that weren't correctly autodetected 2014-06-27 10:00:09 +00:00
7zIn.c Set properties on files that weren't correctly autodetected 2014-06-27 10:00:09 +00:00
7zIn.h Set properties on files that weren't correctly autodetected 2014-06-27 10:00:09 +00:00
7zItem.c Set properties on files that weren't correctly autodetected 2014-06-27 10:00:09 +00:00
7zItem.h Set properties on files that weren't correctly autodetected 2014-06-27 10:00:09 +00:00
7zStream.c Set properties on files that weren't correctly autodetected 2014-06-27 10:00:09 +00:00
Bcj2.c Set properties on files that weren't correctly autodetected 2014-06-27 10:00:09 +00:00
Bcj2.h Set properties on files that weren't correctly autodetected 2014-06-27 10:00:09 +00:00
Bra.h Set properties on files that weren't correctly autodetected 2014-06-27 10:00:09 +00:00
Bra86.c Set properties on files that weren't correctly autodetected 2014-06-27 10:00:09 +00:00
CpuArch.h Set properties on files that weren't correctly autodetected 2014-06-27 10:00:09 +00:00
lzma.txt Set properties on files that weren't correctly autodetected 2014-06-27 10:00:09 +00:00
LzmaDec.c Set properties on files that weren't correctly autodetected 2014-06-27 10:00:09 +00:00
LzmaDec.h Set properties on files that weren't correctly autodetected 2014-06-27 10:00:09 +00:00
readme.txt Set properties on files that weren't correctly autodetected 2014-06-27 10:00:09 +00:00
Types.h Set properties on files that weren't correctly autodetected 2014-06-27 10:00:09 +00:00

Modified LZMA 4.65
------------------
This is just the ANSI C 7-zip extraction code from the LZMA 4.65 source
code release, with unnecessary files removed. I've made minor changes to
allow the code to compile with almost all warnings enabled in GCC.

* Made relevant functions extern "C" so that they can be called from
C++.

* Put all files in same directory and removed "../../" from #includes.

* Made private (unprototyped) functions static.

* #if'd out code that is never called.

* Removed a couple of Windows references.

-- 
Shay Green <gblargg@gmail.com>