diff options
author | Yann Collet <yann.collet.73@gmail.com> | 2015-03-10 16:57:42 +0100 |
---|---|---|
committer | Yann Collet <yann.collet.73@gmail.com> | 2015-03-10 16:57:42 +0100 |
commit | ceec6fa8492a5ff0ed163c96516716a3c2b09461 (patch) | |
tree | 2e478ef1c6960cb419760761e432471f115522c5 /programs/lz4io.h | |
parent | 6b0c39b839b8343da195252a8c46e6d93138f3b8 (diff) | |
download | lz4-ceec6fa8492a5ff0ed163c96516716a3c2b09461.tar.gz lz4-ceec6fa8492a5ff0ed163c96516716a3c2b09461.tar.bz2 lz4-ceec6fa8492a5ff0ed163c96516716a3c2b09461.zip |
g++ compatibility
Diffstat (limited to 'programs/lz4io.h')
-rw-r--r-- | programs/lz4io.h | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/programs/lz4io.h b/programs/lz4io.h index 1c9b837..f99e8bb 100644 --- a/programs/lz4io.h +++ b/programs/lz4io.h @@ -29,6 +29,7 @@ - The license of this source file is GPLv2. */ +#pragma once /* ************************************************** */ /* Special input/output values */ @@ -77,8 +78,3 @@ int LZ4IO_setStreamChecksumMode(int xxhash); /* Default setting : 0 (no notification) */ int LZ4IO_setNotificationLevel(int level); - -#if defined(LZ4IO_ENABLE_SPARSE_FILE) -/* Default setting : 0 (sparseFile = 0; disable sparse file) */ -int LZ4IO_setSparseFile(int yes); -#endif |