mirror of
https://github.com/4jcraft/4jcraft.git
synced 2026-05-26 01:52:53 +00:00
fix: remove unnecessary zlib Byte typedef workaround in compression.cpp
This commit is contained in:
parent
bfc960c0f1
commit
3f33bf4817
|
|
@ -6,9 +6,7 @@
|
|||
#include <cstdint>
|
||||
#include <mutex>
|
||||
|
||||
#define Byte zlib_Byte
|
||||
#include <zlib.h>
|
||||
#undef Byte
|
||||
|
||||
thread_local Compression::ThreadStorage* Compression::m_tlsCompression =
|
||||
nullptr;
|
||||
|
|
|
|||
Loading…
Reference in a new issue