mirror of
https://github.com/facebook/zstd.git
synced 2025-08-01 09:47:01 +03:00
#define z_const if not defined
This commit is contained in:
@ -40,6 +40,9 @@ extern "C" {
|
||||
#define Z_PREFIX
|
||||
#include <zlib.h>
|
||||
|
||||
#if !defined(z_const)
|
||||
# define z_const const
|
||||
#endif
|
||||
|
||||
void useZSTD(int turn_on);
|
||||
int isUsingZSTD();
|
||||
|
Reference in New Issue
Block a user