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

View File

@@ -47,11 +47,6 @@ extern "C" {
#include "zstd_static.h" /* ZSTD_parameters */
#include "zbuff.h"
/*-*************************************
* Common macros
***************************************/
#define MIN(a,b) ((a)<(b) ? (a) : (b))
#define MAX(a,b) ((a)>(b) ? (a) : (b))
/* *************************************
* Advanced Streaming functions

View File

@@ -41,6 +41,11 @@ extern "C" {
***************************************/
#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

View File

@@ -40,7 +40,6 @@
#define ZSTD_STATIC_LINKING_ONLY
#include "zstd.h"
/*-*************************************
* Common constants
***************************************/

View File

@@ -47,13 +47,11 @@ extern "C" {
#include "zstd.h"
#include "mem.h"
/*-*************************************
* Constants
***************************************/
#define ZSTD_MAGICNUMBER 0xFD2FB526 /* v0.6 */
/*-*************************************
* Types
***************************************/