]> git.saurik.com Git - wxWidgets.git/blobdiff - src/zlib/crc32.c
There was no icon file in this example, causing compilation with VC to fail. I just...
[wxWidgets.git] / src / zlib / crc32.c
index f607e6d3ae81486630ccd99185bcc303b48353a0..490039457700597fb26ddc4fb2a5a574400482f9 100644 (file)
@@ -139,7 +139,7 @@ const uLongf * ZEXPORT get_crc_table()
 #define DO8(buf)  DO4(buf); DO4(buf);
 
 /* ========================================================================= */
-#if defined(__VISAGECPP__) // Visual game can't handle this antiquated interface
+#if defined(__VISAGECPP__) /* Visualage can't handle this antiquated interface */
 uLong ZEXPORT crc32(uLong crc, const Bytef* buf, uInt len)
 #else
 uLong ZEXPORT crc32(crc, buf, len)