merged zdict_static.h into zdict.h. Now requires ZDICT_STATIC_LINKING_ONLY macro.

This commit is contained in:
Yann Collet
2016-06-04 18:56:23 +02:00
parent 198d127b35
commit e69b8ccceb
4 changed files with 42 additions and 83 deletions
+2 -1
View File
@@ -63,7 +63,8 @@
#include "zstd_internal.h"
#include "xxhash.h"
#include "divsufsort.h"
#include "zdict_static.h"
#define ZDICT_STATIC_LINKING_ONLY
#include "zdict.h"
/*-*************************************