1
0
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:
inikep
2016-05-27 12:33:19 +02:00
parent e9dfdf6924
commit d0c3862479

View File

@ -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();