mirror of
https://github.com/Xevion/easy7zip.git
synced 2025-12-09 04:07:08 -06:00
7-Zip 16.02 with Zstd 0.7.1 release
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user