From 3d6095e1ddb104986728fce2a6fb28fb28f9e005 Mon Sep 17 00:00:00 2001 From: Ladislav Zezula Date: Sat, 15 May 2021 08:26:15 +0200 Subject: Created branch for CLANG 12 expeiments --- src/StormPort.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'src') 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 -- cgit v1.2.3