summaryrefslogtreecommitdiffstats
path: root/lib/lz4.h
diff options
context:
space:
mode:
authorYann Collet <yann.collet.73@gmail.com>2016-06-29 16:18:34 (GMT)
committerYann Collet <yann.collet.73@gmail.com>2016-06-29 16:18:34 (GMT)
commit19e585cc462759427f8d125fca3278b8762b3099 (patch)
tree5b73b6b0f05e2f579deeecc0abbdb85c05b4ef9b /lib/lz4.h
parent6b1600f41e039639b24f7780db8f1c26b28b1b6b (diff)
downloadlz4-19e585cc462759427f8d125fca3278b8762b3099.zip
lz4-19e585cc462759427f8d125fca3278b8762b3099.tar.gz
lz4-19e585cc462759427f8d125fca3278b8762b3099.tar.bz2
modified : some more deprecated functions from lz4hc.h generate warnings
Diffstat (limited to 'lib/lz4.h')
-rw-r--r--lib/lz4.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/lib/lz4.h b/lib/lz4.h
index e173e81..9146178 100644
--- a/lib/lz4.h
+++ b/lib/lz4.h
@@ -32,7 +32,8 @@
- LZ4 homepage : http://www.lz4.org
- LZ4 source repository : https://github.com/Cyan4973/lz4
*/
-#pragma once
+#ifndef LZ4_H_2983827168210
+#define LZ4_H_2983827168210
#if defined (__cplusplus)
extern "C" {
@@ -360,3 +361,5 @@ LZ4_DEPRECATED("use LZ4_decompress_fast_usingDict() instead") int LZ4_decompress
#if defined (__cplusplus)
}
#endif
+
+#endif /* LZ4_H_2983827168210 */