blob: 78b6c37b3d16c0259bb33c08f31fc00aa8014fb3 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
|
#if !defined(FROM_QUICKLZ_BUILD)
#undef qlz_decompress
#undef qlz_compress
#undef qlz_size_decompressed
#undef qlz_size_compressed
#undef qlz_get_setting
#undef qlz_table
#undef qlz_compress_core
#undef qlz_decompress_core
#undef hash_func
#undef fast_read
#undef fast_write
#undef reset_state
#undef memcpy_up
#undef update_hash
#undef fast_read_safe
#undef same
#undef reset_table_compress
#undef reset_table_decompress
#undef hashat
#undef qlz_size_header
#undef qlz_state_compress
#undef qlz_state_decompress
#undef qlz_hash_compress
#undef qlz_hash_decompress
#undef COMPRESSION_LEVEL
#undef STREAMING_MODE
#undef QLZ_YVERSION
#undef QLZ_COMPRESSION_LEVEL
#undef QLZ_STREAMING_BUFFER
#endif
|