1
0
mirror of https://github.com/facebook/zstd.git synced 2025-12-24 17:21:03 +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

@@ -40,7 +40,8 @@
#include <sys/timeb.h> /* timeb */
#include <string.h> /* strcmp */
#include <time.h> /* clock_t */
#include "zstd_static.h" /* ZSTD_VERSION_STRING, ZSTD_getErrorCode */
#define ZSTD_STATIC_LINKING_ONLY /* ZSTD_compressContinue */
#include "zstd.h" /* ZSTD_VERSION_STRING, ZSTD_getErrorCode */
#include "zdict.h" /* ZDICT_trainFromBuffer */
#include "datagen.h" /* RDG_genBuffer */
#include "mem.h"