diff --git a/crc32.c b/crc32.c index c12471e..ddf0025 100644 --- a/crc32.c +++ b/crc32.c @@ -33,6 +33,9 @@ #define local static /* Find a four-byte integer type for crc32_little() and crc32_big(). */ +#ifdef Z_SOLO +# define NOBYFOUR +#endif #ifndef NOBYFOUR # ifdef STDC /* need ANSI C limits.h to determine sizes */ # include