mirror of
https://github.com/Xevion/easy7zip.git
synced 2026-01-31 10:24:13 -06:00
7-Zip 16.02 with Zstd 0.7.1 release
This commit is contained in:
@@ -47,11 +47,6 @@ extern "C" {
|
|||||||
#include "zstd_static.h" /* ZSTD_parameters */
|
#include "zstd_static.h" /* ZSTD_parameters */
|
||||||
#include "zbuff.h"
|
#include "zbuff.h"
|
||||||
|
|
||||||
/*-*************************************
|
|
||||||
* Common macros
|
|
||||||
***************************************/
|
|
||||||
#define MIN(a,b) ((a)<(b) ? (a) : (b))
|
|
||||||
#define MAX(a,b) ((a)>(b) ? (a) : (b))
|
|
||||||
|
|
||||||
/* *************************************
|
/* *************************************
|
||||||
* Advanced Streaming functions
|
* Advanced Streaming functions
|
||||||
|
|||||||
@@ -41,6 +41,11 @@ extern "C" {
|
|||||||
***************************************/
|
***************************************/
|
||||||
#include <stddef.h> /* size_t */
|
#include <stddef.h> /* size_t */
|
||||||
|
|
||||||
|
/*-*************************************
|
||||||
|
* Common macros
|
||||||
|
***************************************/
|
||||||
|
#define MIN(a,b) ((a)<(b) ? (a) : (b))
|
||||||
|
#define MAX(a,b) ((a)>(b) ? (a) : (b))
|
||||||
|
|
||||||
/*-***************************************************************
|
/*-***************************************************************
|
||||||
* Export parameters
|
* Export parameters
|
||||||
|
|||||||
@@ -40,7 +40,6 @@
|
|||||||
#define ZSTD_STATIC_LINKING_ONLY
|
#define ZSTD_STATIC_LINKING_ONLY
|
||||||
#include "zstd.h"
|
#include "zstd.h"
|
||||||
|
|
||||||
|
|
||||||
/*-*************************************
|
/*-*************************************
|
||||||
* Common constants
|
* Common constants
|
||||||
***************************************/
|
***************************************/
|
||||||
|
|||||||
@@ -47,13 +47,11 @@ extern "C" {
|
|||||||
#include "zstd.h"
|
#include "zstd.h"
|
||||||
#include "mem.h"
|
#include "mem.h"
|
||||||
|
|
||||||
|
|
||||||
/*-*************************************
|
/*-*************************************
|
||||||
* Constants
|
* Constants
|
||||||
***************************************/
|
***************************************/
|
||||||
#define ZSTD_MAGICNUMBER 0xFD2FB526 /* v0.6 */
|
#define ZSTD_MAGICNUMBER 0xFD2FB526 /* v0.6 */
|
||||||
|
|
||||||
|
|
||||||
/*-*************************************
|
/*-*************************************
|
||||||
* Types
|
* Types
|
||||||
***************************************/
|
***************************************/
|
||||||
|
|||||||
@@ -130,6 +130,7 @@ ZSTD_OBJS = \
|
|||||||
$O\zbuff_decompress.obj \
|
$O\zbuff_decompress.obj \
|
||||||
$O\zstd_common.obj \
|
$O\zstd_common.obj \
|
||||||
$O\zstd_decompress.obj \
|
$O\zstd_decompress.obj \
|
||||||
|
$O\xxhash.obj \
|
||||||
|
|
||||||
!include "../../Aes.mak"
|
!include "../../Aes.mak"
|
||||||
!include "../../Crc.mak"
|
!include "../../Crc.mak"
|
||||||
|
|||||||
@@ -149,6 +149,7 @@ ZSTD_OBJS = \
|
|||||||
$O\zbuff_decompress.obj \
|
$O\zbuff_decompress.obj \
|
||||||
$O\zstd_common.obj \
|
$O\zstd_common.obj \
|
||||||
$O\zstd_decompress.obj \
|
$O\zstd_decompress.obj \
|
||||||
|
$O\xxhash.obj \
|
||||||
|
|
||||||
!include "../../Aes.mak"
|
!include "../../Aes.mak"
|
||||||
!include "../../Crc.mak"
|
!include "../../Crc.mak"
|
||||||
|
|||||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Reference in New Issue
Block a user