mirror of
https://github.com/lz4/lz4.git
synced 2024-11-23 09:54:00 +08:00
minor: keep old single-thread code
use compilation variable LZ4IO_MULTITHREAD to switch between the 2
This commit is contained in:
parent
7a1b70502a
commit
323360009f
@ -1659,7 +1659,7 @@ static void LZ4IO_fwriteSparseEnd(FILE* file, unsigned storedSkips)
|
||||
|
||||
static unsigned g_magicRead = 0; /* out-parameter of LZ4IO_decodeLegacyStream() */
|
||||
|
||||
#if 1
|
||||
#if LZ4IO_MULTITHREAD
|
||||
|
||||
typedef struct {
|
||||
void* buffer;
|
||||
|
Loading…
Reference in New Issue
Block a user