X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/82073497ad7f7e1d6473e12d2412dd407eb4c249..85ac8ca017a0409e9762ed305ccc1d32a7c28fa7:/tests/streams/zlibstream.cpp diff --git a/tests/streams/zlibstream.cpp b/tests/streams/zlibstream.cpp index cf0f0a5362..f70ff1e0e2 100644 --- a/tests/streams/zlibstream.cpp +++ b/tests/streams/zlibstream.cpp @@ -401,7 +401,9 @@ void zlibStream::doDecompress_ExternalData(const unsigned char *data, const char { case wxZLIB_NO_HEADER: break; +#if WXWIN_COMPATIBILITY_2_4 case wxZLIB_24COMPATIBLE: +#endif case wxZLIB_ZLIB: if (!(data_size >= 1 && data[0] == 0x78)) wxLogError(_T("zlib data seems to not be zlib data!"));