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

@@ -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