X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/e6ebb51430cd8e4a9a11c6c5a5ca7c3ff9d7a72a..757cc9def70e4685054f4a24238e2df111f6c9fd:/src/zlib/infutil.c diff --git a/src/zlib/infutil.c b/src/zlib/infutil.c index c80be8c4b9..e63fd11f20 100644 --- a/src/zlib/infutil.c +++ b/src/zlib/infutil.c @@ -1,5 +1,5 @@ /* inflate_util.c -- data and routines common to blocks and codes - * Copyright (C) 1995-1998 Mark Adler + * Copyright (C) 1995-2002 Mark Adler * For conditions of distribution and use, see copyright notice in zlib.h */ @@ -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)