uInt matches; /* number of string matches in current block */
int last_eob_len; /* bit length of EOB code for last block */
-#ifdef DEBUG
+#ifdef __WXDEBUG__
ulg bits_sent; /* bit length of the compressed data */
#endif
* used.
*/
-#ifndef DEBUG
+#ifndef __WXDEBUG__
/* Inline versions of _tr_tally for speed: */
#if defined(GEN_TREES_H) || !defined(STDC)