]> git.saurik.com Git - wxWidgets.git/blobdiff - src/zlib/infcodes.c
More bug fix updates.
[wxWidgets.git] / src / zlib / infcodes.c
index bd0e94745aa90b84e62e2ee442adf7075f3b9aa8..e0a80cbd773ef8544e15346e692436a9ba34f4a1 100644 (file)
@@ -55,7 +55,7 @@ struct inflate_codes_state {
 
 };
 
-#if defined(__VISAGECPP__) // Visual game can't handle this antiquated interface
+#if defined(__VISAGECPP__) /* Visualage can't handle this antiquated interface */
 inflate_codes_statef* inflate_codes_new(uInt bl, uInt bd, inflate_huft* tl, inflate_huft* td, z_streamp z)
 #else
 inflate_codes_statef *inflate_codes_new(bl, bd, tl, td, z)
@@ -80,7 +80,7 @@ z_streamp z;
   return c;
 }
 
-#if defined(__VISAGECPP__) // Visual game can't handle this antiquated interface
+#if defined(__VISAGECPP__) /* Visualage can't handle this antiquated interface */
 int inflate_codes(inflate_blocks_statef* s, z_streamp z, int r)
 #else
 int inflate_codes(s, z, r)
@@ -246,7 +246,7 @@ int r;
 #endif
 }
 
-#if defined(__VISAGECPP__) // Visual game can't handle this antiquated interface
+#if defined(__VISAGECPP__) /* Visualage can't handle this antiquated interface */
 void inflate_codes_free(inflate_codes_statef* c, z_streamp z)
 #else
 void inflate_codes_free(c, z)