diff options
Diffstat (limited to 'src/StormPort.h')
-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 |