]> git.saurik.com Git - wxWidgets.git/blobdiff - src/zlib/deflate.c
latest CW additions
[wxWidgets.git] / src / zlib / deflate.c
index 490813fe908a1d2a9987b2c2c4b7d8c1912814c9..7fb81af14e4b201573995cc68f1d4bb666113369 100644 (file)
@@ -88,7 +88,7 @@ local int read_buf        OF((z_streamp strm, Bytef *buf, unsigned size));
 local uInt longest_match  OF((deflate_state *s, IPos cur_match));
 #endif
 
-#ifdef DEBUG
+#ifdef __WXDEBUG__
 local  void check_match OF((deflate_state *s, IPos start, IPos match,
                             int length));
 #endif
@@ -918,7 +918,7 @@ local uInt longest_match(s, cur_match)
 #endif /* FASTEST */
 #endif /* ASMV */
 
-#ifdef DEBUG
+#ifdef __WXDEBUG__
 /* ===========================================================================
  * Check that the match at match_start is indeed a match.
  */