X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/b2aef89b7a675805b601e757492c982031f38d21..1be7f92adb9b0140ccbbc7a5b4d2731da0318837:/src/zlib/deflate.h diff --git a/src/zlib/deflate.h b/src/zlib/deflate.h index 6273d3976c..ef26c00c2a 100644 --- a/src/zlib/deflate.h +++ b/src/zlib/deflate.h @@ -234,7 +234,7 @@ typedef struct internal_state { uInt matches; /* number of string matches in current block */ int last_eob_len; /* bit length of EOB code for last block */ -#ifdef WXDEBUG +#ifdef __WXDEBUG__ ulg bits_sent; /* bit length of the compressed data */ #endif @@ -281,7 +281,7 @@ void _tr_stored_block OF((deflate_state *s, charf *buf, ulg stored_len, * used. */ -#ifndef WXDEBUG +#ifndef __WXDEBUG__ /* Inline versions of _tr_tally for speed: */ #if defined(GEN_TREES_H) || !defined(STDC)