1
0
mirror of https://github.com/facebook/zstd.git synced 2025-07-29 11:21:22 +03:00

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

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 */
/*-*************************************