summaryrefslogtreecommitdiffstats
path: root/lib/lz4frame.c
diff options
context:
space:
mode:
authorW. Felix Handte <w@felixhandte.com>2018-04-11 20:31:52 (GMT)
committerW. Felix Handte <w@felixhandte.com>2018-04-11 22:06:10 (GMT)
commit3a0c571272731166774405e1f96b3161827ca09f (patch)
tree67690632031ad63fccbacbcdd2050b254ec10bef /lib/lz4frame.c
parentafa52c9b95dd1f83d80cd9a783a408822700e2d3 (diff)
downloadlz4-3a0c571272731166774405e1f96b3161827ca09f.zip
lz4-3a0c571272731166774405e1f96b3161827ca09f.tar.gz
lz4-3a0c571272731166774405e1f96b3161827ca09f.tar.bz2
Add a LZ4_STATIC_LINKING_ONLY Macro to Guard Experimental APIs
Diffstat (limited to 'lib/lz4frame.c')
-rw-r--r--lib/lz4frame.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/lz4frame.c b/lib/lz4frame.c
index d973b5f..7608d90 100644
--- a/lib/lz4frame.c
+++ b/lib/lz4frame.c
@@ -74,6 +74,7 @@ You can contact the author at :
* Includes
**************************************/
#include "lz4frame_static.h"
+#define LZ4_STATIC_LINKING_ONLY
#include "lz4.h"
#define LZ4_HC_STATIC_LINKING_ONLY
#include "lz4hc.h"