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
#endif /* FASTEST */
#endif /* ASMV */
-#ifdef DEBUG
+#ifdef __WXDEBUG__
/* ===========================================================================
* Check that the match at match_start is indeed a match.
*/