X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/e6ebb51430cd8e4a9a11c6c5a5ca7c3ff9d7a72a..83a4ad53fa4e0a71c1fcce86be470e0e9586a7a7:/src/zlib/uncompr.c diff --git a/src/zlib/uncompr.c b/src/zlib/uncompr.c index 1de520634a..670eaf6415 100644 --- a/src/zlib/uncompr.c +++ b/src/zlib/uncompr.c @@ -22,7 +22,7 @@ enough memory, Z_BUF_ERROR if there was not enough room in the output buffer, or Z_DATA_ERROR if the input data was corrupted. */ -#if defined(__VISAGECPP__) // Visual game can't handle this antiquated interface +#if defined(__VISAGECPP__) /* Visualage can't handle this antiquated interface */ int ZEXPORT uncompress (Bytef* dest, uLongf* destLen, const Bytef* source, uLong sourceLen) #else int ZEXPORT uncompress (dest, destLen, source, sourceLen)