]> git.saurik.com Git - wxWidgets.git/blobdiff - src/zlib/deflate.h
There was no icon file in this example, causing compilation with VC to fail. I just...
[wxWidgets.git] / src / zlib / deflate.h
index 04830164dd65702fdffa907c424ff34637f05870..ef26c00c2a2d8572a6a8f51f030685edd7970d23 100644 (file)
@@ -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 DEBUG
+#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 DEBUG
+#ifndef __WXDEBUG__
 /* Inline versions of _tr_tally for speed: */
 
 #if defined(GEN_TREES_H) || !defined(STDC)