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
@@ -32,7 +32,8 @@
/*-*************************************
* Dependencies
***************************************/
#include "zdict_static.h" /* ZDICT_params_t */
#define ZDICT_STATIC_LINKING_ONLY
#include "zdict.h" /* ZDICT_params_t */
/*-*************************************