1
0
mirror of https://github.com/facebook/zstd.git synced 2025-07-30 22:23:13 +03:00

Merged zstd_static.h into zstd.h . Now requires ZSTD_STATIC_LINKING_ONLY macro

This commit is contained in:
Yann Collet
2016-06-04 19:47:02 +02:00
parent ac110a1f21
commit d3b7f8d21f
15 changed files with 296 additions and 332 deletions

View File

@ -38,10 +38,11 @@
#ifndef ZSTD_NOBENCH
# include "bench.h" /* BMK_benchFiles, BMK_SetNbIterations */
#endif
#include "zstd_static.h" /* ZSTD_maxCLevel, ZSTD version numbers */
#ifndef ZSTD_NODICT
# include "dibio.h"
#endif
#define ZSTD_STATIC_LINKING_ONLY /* ZSTD_maxCLevel */
#include "zstd.h" /* ZSTD_VERSION_STRING */