X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/c801d85f158c4cba50b588807daabdcbd0ed3853..37cda9cb1c55bdbb10d017039ae5920f440ad3b0:/src/zlib/deflate.c diff --git a/src/zlib/deflate.c b/src/zlib/deflate.c index 490813fe90..7fb81af14e 100644 --- a/src/zlib/deflate.c +++ b/src/zlib/deflate.c @@ -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. */