X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/e6ebb51430cd8e4a9a11c6c5a5ca7c3ff9d7a72a..30b5fc118f6fa8bad8cd3692ca42c164aa5007f9:/src/zlib/adler32.c?ds=sidebyside diff --git a/src/zlib/adler32.c b/src/zlib/adler32.c index 594117a983..ce12383f4b 100644 --- a/src/zlib/adler32.c +++ b/src/zlib/adler32.c @@ -18,7 +18,7 @@ #define DO16(buf) DO8(buf,0); DO8(buf,8); /* ========================================================================= */ -#if defined(__VISAGECPP__) // Visual game can't handle this antiquated interface +#if defined(__VISAGECPP__) /* Visualage can't handle this antiquated interface */ uLong ZEXPORT adler32 (uLong adler, const Bytef* buf, uInt len) #else uLong ZEXPORT adler32(adler, buf, len)