mirror of
https://github.com/Xevion/easy7zip.git
synced 2025-12-10 14:07:11 -06:00
22.00
This commit is contained in:
0
C/7zAlloc.c
Normal file → Executable file
0
C/7zAlloc.c
Normal file → Executable file
0
C/7zAlloc.h
Normal file → Executable file
0
C/7zAlloc.h
Normal file → Executable file
0
C/7zArcIn.c
Normal file → Executable file
0
C/7zArcIn.c
Normal file → Executable file
0
C/7zBuf2.c
Normal file → Executable file
0
C/7zBuf2.c
Normal file → Executable file
0
C/7zCrcOpt.c
Normal file → Executable file
0
C/7zCrcOpt.c
Normal file → Executable file
0
C/7zFile.c
Normal file → Executable file
0
C/7zFile.c
Normal file → Executable file
0
C/7zFile.h
Normal file → Executable file
0
C/7zFile.h
Normal file → Executable file
0
C/7zStream.c
Normal file → Executable file
0
C/7zStream.c
Normal file → Executable file
14
C/7zTypes.h
Normal file → Executable file
14
C/7zTypes.h
Normal file → Executable file
@@ -1,5 +1,5 @@
|
||||
/* 7zTypes.h -- Basic types
|
||||
2021-12-25 : Igor Pavlov : Public domain */
|
||||
2022-04-01 : Igor Pavlov : Public domain */
|
||||
|
||||
#ifndef __7Z_TYPES_H
|
||||
#define __7Z_TYPES_H
|
||||
@@ -133,10 +133,6 @@ typedef int WRes;
|
||||
#define MY__E_ERROR_NEGATIVE_SEEK MY_HRESULT_FROM_errno_CONST_ERROR(EINVAL)
|
||||
*/
|
||||
|
||||
// gcc / clang : (sizeof(long) == sizeof(void*)) in 32/64 bits
|
||||
typedef long INT_PTR;
|
||||
typedef unsigned long UINT_PTR;
|
||||
|
||||
#define TEXT(quote) quote
|
||||
|
||||
#define FILE_ATTRIBUTE_READONLY 0x0001
|
||||
@@ -520,6 +516,14 @@ struct ISzAlloc
|
||||
|
||||
#endif
|
||||
|
||||
#define k_PropVar_TimePrec_0 0
|
||||
#define k_PropVar_TimePrec_Unix 1
|
||||
#define k_PropVar_TimePrec_DOS 2
|
||||
#define k_PropVar_TimePrec_HighPrec 3
|
||||
#define k_PropVar_TimePrec_Base 16
|
||||
#define k_PropVar_TimePrec_100ns (k_PropVar_TimePrec_Base + 7)
|
||||
#define k_PropVar_TimePrec_1ns (k_PropVar_TimePrec_Base + 9)
|
||||
|
||||
EXTERN_C_END
|
||||
|
||||
#endif
|
||||
|
||||
10
C/7zVersion.h
Normal file → Executable file
10
C/7zVersion.h
Normal file → Executable file
@@ -1,7 +1,7 @@
|
||||
#define MY_VER_MAJOR 21
|
||||
#define MY_VER_MINOR 07
|
||||
#define MY_VER_MAJOR 22
|
||||
#define MY_VER_MINOR 00
|
||||
#define MY_VER_BUILD 0
|
||||
#define MY_VERSION_NUMBERS "21.07"
|
||||
#define MY_VERSION_NUMBERS "22.00"
|
||||
#define MY_VERSION MY_VERSION_NUMBERS
|
||||
|
||||
#ifdef MY_CPU_NAME
|
||||
@@ -10,12 +10,12 @@
|
||||
#define MY_VERSION_CPU MY_VERSION
|
||||
#endif
|
||||
|
||||
#define MY_DATE "2021-12-26"
|
||||
#define MY_DATE "2022-06-15"
|
||||
#undef MY_COPYRIGHT
|
||||
#undef MY_VERSION_COPYRIGHT_DATE
|
||||
#define MY_AUTHOR_NAME "Igor Pavlov"
|
||||
#define MY_COPYRIGHT_PD "Igor Pavlov : Public domain"
|
||||
#define MY_COPYRIGHT_CR "Copyright (c) 1999-2021 Igor Pavlov"
|
||||
#define MY_COPYRIGHT_CR "Copyright (c) 1999-2022 Igor Pavlov"
|
||||
|
||||
#ifdef USE_COPYRIGHT_CR
|
||||
#define MY_COPYRIGHT MY_COPYRIGHT_CR
|
||||
|
||||
0
C/7zVersion.rc
Normal file → Executable file
0
C/7zVersion.rc
Normal file → Executable file
0
C/7zip_gcc_c.mak
Normal file → Executable file
0
C/7zip_gcc_c.mak
Normal file → Executable file
0
C/AesOpt.c
Normal file → Executable file
0
C/AesOpt.c
Normal file → Executable file
0
C/Bcj2Enc.c
Normal file → Executable file
0
C/Bcj2Enc.c
Normal file → Executable file
0
C/Blake2.h
Normal file → Executable file
0
C/Blake2.h
Normal file → Executable file
0
C/Blake2s.c
Normal file → Executable file
0
C/Blake2s.c
Normal file → Executable file
0
C/BraIA64.c
Normal file → Executable file
0
C/BraIA64.c
Normal file → Executable file
0
C/BwtSort.c
Normal file → Executable file
0
C/BwtSort.c
Normal file → Executable file
0
C/BwtSort.h
Normal file → Executable file
0
C/BwtSort.h
Normal file → Executable file
0
C/Compiler.h
Normal file → Executable file
0
C/Compiler.h
Normal file → Executable file
0
C/CpuArch.c
Normal file → Executable file
0
C/CpuArch.c
Normal file → Executable file
0
C/CpuArch.h
Normal file → Executable file
0
C/CpuArch.h
Normal file → Executable file
0
C/DllSecur.c
Normal file → Executable file
0
C/DllSecur.c
Normal file → Executable file
0
C/DllSecur.h
Normal file → Executable file
0
C/DllSecur.h
Normal file → Executable file
0
C/HuffEnc.c
Normal file → Executable file
0
C/HuffEnc.c
Normal file → Executable file
0
C/HuffEnc.h
Normal file → Executable file
0
C/HuffEnc.h
Normal file → Executable file
0
C/LzFind.c
Normal file → Executable file
0
C/LzFind.c
Normal file → Executable file
0
C/LzFind.h
Normal file → Executable file
0
C/LzFind.h
Normal file → Executable file
0
C/LzFindMt.c
Normal file → Executable file
0
C/LzFindMt.c
Normal file → Executable file
0
C/LzFindMt.h
Normal file → Executable file
0
C/LzFindMt.h
Normal file → Executable file
0
C/LzFindOpt.c
Normal file → Executable file
0
C/LzFindOpt.c
Normal file → Executable file
0
C/LzHash.h
Normal file → Executable file
0
C/LzHash.h
Normal file → Executable file
0
C/Lzma2Dec.c
Normal file → Executable file
0
C/Lzma2Dec.c
Normal file → Executable file
0
C/Lzma2Dec.h
Normal file → Executable file
0
C/Lzma2Dec.h
Normal file → Executable file
0
C/Lzma2DecMt.c
Normal file → Executable file
0
C/Lzma2DecMt.c
Normal file → Executable file
0
C/Lzma2DecMt.h
Normal file → Executable file
0
C/Lzma2DecMt.h
Normal file → Executable file
0
C/Lzma2Enc.c
Normal file → Executable file
0
C/Lzma2Enc.c
Normal file → Executable file
0
C/Lzma2Enc.h
Normal file → Executable file
0
C/Lzma2Enc.h
Normal file → Executable file
0
C/Lzma86.h
Normal file → Executable file
0
C/Lzma86.h
Normal file → Executable file
0
C/Lzma86Dec.c
Normal file → Executable file
0
C/Lzma86Dec.c
Normal file → Executable file
0
C/Lzma86Enc.c
Normal file → Executable file
0
C/Lzma86Enc.c
Normal file → Executable file
0
C/LzmaDec.c
Normal file → Executable file
0
C/LzmaDec.c
Normal file → Executable file
0
C/LzmaDec.h
Normal file → Executable file
0
C/LzmaDec.h
Normal file → Executable file
0
C/LzmaEnc.c
Normal file → Executable file
0
C/LzmaEnc.c
Normal file → Executable file
0
C/LzmaEnc.h
Normal file → Executable file
0
C/LzmaEnc.h
Normal file → Executable file
0
C/LzmaLib.c
Normal file → Executable file
0
C/LzmaLib.c
Normal file → Executable file
0
C/LzmaLib.h
Normal file → Executable file
0
C/LzmaLib.h
Normal file → Executable file
0
C/MtCoder.c
Normal file → Executable file
0
C/MtCoder.c
Normal file → Executable file
0
C/MtCoder.h
Normal file → Executable file
0
C/MtCoder.h
Normal file → Executable file
0
C/Ppmd7Dec.c
Normal file → Executable file
0
C/Ppmd7Dec.c
Normal file → Executable file
0
C/Ppmd7Enc.c
Normal file → Executable file
0
C/Ppmd7Enc.c
Normal file → Executable file
0
C/Ppmd7aDec.c
Normal file → Executable file
0
C/Ppmd7aDec.c
Normal file → Executable file
0
C/Ppmd8Dec.c
Normal file → Executable file
0
C/Ppmd8Dec.c
Normal file → Executable file
0
C/Ppmd8Enc.c
Normal file → Executable file
0
C/Ppmd8Enc.c
Normal file → Executable file
0
C/Precomp.h
Normal file → Executable file
0
C/Precomp.h
Normal file → Executable file
0
C/RotateDefs.h
Normal file → Executable file
0
C/RotateDefs.h
Normal file → Executable file
0
C/Sha1Opt.c
Normal file → Executable file
0
C/Sha1Opt.c
Normal file → Executable file
0
C/Sha256.c
Normal file → Executable file
0
C/Sha256.c
Normal file → Executable file
0
C/Sha256.h
Normal file → Executable file
0
C/Sha256.h
Normal file → Executable file
0
C/Sha256Opt.c
Normal file → Executable file
0
C/Sha256Opt.c
Normal file → Executable file
0
C/Threads.c
Normal file → Executable file
0
C/Threads.c
Normal file → Executable file
0
C/Threads.h
Normal file → Executable file
0
C/Threads.h
Normal file → Executable file
0
C/Util/7z/7z.dsp
Normal file → Executable file
0
C/Util/7z/7z.dsp
Normal file → Executable file
0
C/Util/7z/7z.dsw
Normal file → Executable file
0
C/Util/7z/7z.dsw
Normal file → Executable file
0
C/Util/7z/7zMain.c
Normal file → Executable file
0
C/Util/7z/7zMain.c
Normal file → Executable file
0
C/Util/7z/Precomp.c
Normal file → Executable file
0
C/Util/7z/Precomp.c
Normal file → Executable file
0
C/Util/7z/Precomp.h
Normal file → Executable file
0
C/Util/7z/Precomp.h
Normal file → Executable file
0
C/Util/7z/makefile
Normal file → Executable file
0
C/Util/7z/makefile
Normal file → Executable file
0
C/Util/7z/makefile.gcc
Normal file → Executable file
0
C/Util/7z/makefile.gcc
Normal file → Executable file
0
C/Util/7zipInstall/7zip.ico
Normal file → Executable file
0
C/Util/7zipInstall/7zip.ico
Normal file → Executable file
|
Before Width: | Height: | Size: 1.1 KiB After Width: | Height: | Size: 1.1 KiB |
0
C/Util/7zipInstall/7zipInstall.c
Normal file → Executable file
0
C/Util/7zipInstall/7zipInstall.c
Normal file → Executable file
0
C/Util/7zipInstall/7zipInstall.dsp
Normal file → Executable file
0
C/Util/7zipInstall/7zipInstall.dsp
Normal file → Executable file
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user