7-Zip 16.02 with Zstd 0.7.1 release

This commit is contained in:
Tino Reichardt
2016-06-26 10:39:08 +02:00
parent 2542318d0e
commit a43bcecdeb
11 changed files with 7 additions and 8 deletions
-5
View File
@@ -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
+5
View File
@@ -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
-1
View File
@@ -40,7 +40,6 @@
#define ZSTD_STATIC_LINKING_ONLY #define ZSTD_STATIC_LINKING_ONLY
#include "zstd.h" #include "zstd.h"
/*-************************************* /*-*************************************
* Common constants * Common constants
***************************************/ ***************************************/
-2
View File
@@ -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
***************************************/ ***************************************/
+1
View File
@@ -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"
+1
View File
@@ -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.