diff options
author | Ladislav Zezula <ladislav.zezula@avast.com> | 2021-05-15 08:26:15 +0200 |
---|---|---|
committer | Ladislav Zezula <ladislav.zezula@avast.com> | 2021-05-15 08:26:15 +0200 |
commit | 3d6095e1ddb104986728fce2a6fb28fb28f9e005 (patch) | |
tree | 6b2f11c82842905b11b0126ada3f839cec7ee153 /src | |
parent | 1e9f1cb3218b3ce8cca7683966234bc19647ef6d (diff) |
Created branch for CLANG 12 expeiments
Diffstat (limited to 'src')
-rw-r--r-- | src/StormPort.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/StormPort.h b/src/StormPort.h index ba78d7f..4cd967f 100644 --- a/src/StormPort.h +++ b/src/StormPort.h @@ -95,7 +95,10 @@ #define PKEXPORT #define __SYS_ZLIB - #define __SYS_BZLIB + + #ifndef __SYS_BZLIB + #define __SYS_BZLIB + #endif #ifndef __BIG_ENDIAN__ #define STORMLIB_LITTLE_ENDIAN |