]> git.saurik.com Git - wxWidgets.git/blobdiff - src/zlib/zutil.h
another (last?) FreeBSD thread compilation fix
[wxWidgets.git] / src / zlib / zutil.h
index 5e403d1d78985f1348514fc7b82588e10db08d0a..3a390ff989ad8bd20933589278b1d8f9f50009dc 100644 (file)
@@ -13,7 +13,7 @@
 #ifndef _Z_UTIL_H
 #define _Z_UTIL_H
 
 #ifndef _Z_UTIL_H
 #define _Z_UTIL_H
 
-#include "zlib.h"
+#include "../zlib/zlib.h"
 
 #ifdef STDC
 #  include <stddef.h>
 
 #ifdef STDC
 #  include <stddef.h>
@@ -188,7 +188,7 @@ extern const char *z_errmsg[10]; /* indexed by 2-zlib_error */
 #endif
 
 /* Diagnostic functions */
 #endif
 
 /* Diagnostic functions */
-#ifdef DEBUG
+#ifdef __WXDEBUG__
 #  include <stdio.h>
    extern int z_verbose;
    extern void z_error    OF((char *m));
 #  include <stdio.h>
    extern int z_verbose;
    extern void z_error    OF((char *m));