commit | e69b8ccceb059af0653f9da636c8ae6ea027a154 | [log] [tgz] |
---|---|---|
author | Yann Collet <yann.collet.73@gmail.com> | Sat Jun 04 18:56:23 2016 +0200 |
committer | Yann Collet <yann.collet.73@gmail.com> | Sat Jun 04 18:56:23 2016 +0200 |
tree | 83e0c328057183748a7eae63b0c34724857f7278 | |
parent | 198d127b3503045b0ebd76f53a1b5db43333b2ab [diff] [blame] |
merged `zdict_static.h` into `zdict.h`. Now requires `ZDICT_STATIC_LINKING_ONLY` macro.
diff --git a/programs/dibio.h b/programs/dibio.h index 0ccec41..8ad2920 100644 --- a/programs/dibio.h +++ b/programs/dibio.h
@@ -32,7 +32,8 @@ /*-************************************* * Dependencies ***************************************/ -#include "zdict_static.h" /* ZDICT_params_t */ +#define ZDICT_STATIC_LINKING_ONLY +#include "zdict.h" /* ZDICT_params_t */ /*-*************************************