mirror of
https://github.com/Xevion/easy7zip.git
synced 2025-12-10 06:07:07 -06:00
fixed
This commit is contained in:
@@ -46,8 +46,12 @@ extern "C" {
|
|||||||
***************************************/
|
***************************************/
|
||||||
#include "zstd_static.h" /* ZSTD_parameters */
|
#include "zstd_static.h" /* ZSTD_parameters */
|
||||||
#include "zbuff.h"
|
#include "zbuff.h"
|
||||||
#include "zstd_internal.h" /* MIN */
|
|
||||||
|
|
||||||
|
/*-*************************************
|
||||||
|
* 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,13 +41,6 @@
|
|||||||
#include "zstd.h"
|
#include "zstd.h"
|
||||||
|
|
||||||
|
|
||||||
/*-*************************************
|
|
||||||
* Common macros
|
|
||||||
***************************************/
|
|
||||||
#define MIN(a,b) ((a)<(b) ? (a) : (b))
|
|
||||||
#define MAX(a,b) ((a)>(b) ? (a) : (b))
|
|
||||||
|
|
||||||
|
|
||||||
/*-*************************************
|
/*-*************************************
|
||||||
* Common constants
|
* Common constants
|
||||||
***************************************/
|
***************************************/
|
||||||
|
|||||||
@@ -13,7 +13,6 @@ copy O\7z.dll %ROOT%\bin32\7z.dll
|
|||||||
cd %ROOT%\Bundles\Format7zZStd
|
cd %ROOT%\Bundles\Format7zZStd
|
||||||
nmake %OPTS%
|
nmake %OPTS%
|
||||||
copy O\7z.dll %ROOT%\bin32\7za.dll
|
copy O\7z.dll %ROOT%\bin32\7za.dll
|
||||||
goto ende
|
|
||||||
|
|
||||||
cd %ROOT%\UI\FileManager
|
cd %ROOT%\UI\FileManager
|
||||||
nmake %OPTS%
|
nmake %OPTS%
|
||||||
|
|||||||
1164
CPP/build.txt
1164
CPP/build.txt
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user