X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/e6ebb51430cd8e4a9a11c6c5a5ca7c3ff9d7a72a..72c71d39724af116d419295b684dd2946efb3da3:/src/zlib/infutil.c diff --git a/src/zlib/infutil.c b/src/zlib/infutil.c index c80be8c4b9..603f699edd 100644 --- a/src/zlib/infutil.c +++ b/src/zlib/infutil.c @@ -20,7 +20,7 @@ uInt inflate_mask[17] = { /* copy as much as possible from the sliding window to the output area */ -#if defined(__VISAGECPP__) // Visual game can't handle this antiquated interface +#if defined(__VISAGECPP__) /* Visualage can't handle this antiquated interface */ int inflate_flush(inflate_blocks_statef* s, z_streamp z, int r) #else int inflate_flush(s, z, r)