X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/e6ebb51430cd8e4a9a11c6c5a5ca7c3ff9d7a72a..d9f9aa2d8fcb956444588b2c19ffe8d4a3f5d2bb:/src/zlib/inffast.c diff --git a/src/zlib/inffast.c b/src/zlib/inffast.c index b0737ae5e4..d387b586bd 100644 --- a/src/zlib/inffast.c +++ b/src/zlib/inffast.c @@ -25,7 +25,7 @@ struct inflate_codes_state {int dummy;}; /* for buggy compilers */ at least ten. The ten bytes are six bytes for the longest length/ distance pair plus four bytes for overloading the bit buffer. */ -#if defined(__VISAGECPP__) // Visual game can't handle this antiquated interface +#if defined(__VISAGECPP__) /* Visualage can't handle this antiquated interface */ int inflate_fast(uInt bl, uInt bd, inflate_huft* tl, inflate_huft* td, inflate_blocks_statef* s, z_streamp z) #else int inflate_fast(bl, bd, tl, td, s, z)