#ifndef _Z_UTIL_H
#define _Z_UTIL_H
-#include "zlib.h"
+#include "../zlib/zlib.h"
#ifdef STDC
# include <stddef.h>
#ifndef local
# define local static
#endif
-/* compile with -Dlocal if your debugger can't find static symbols */
+/* compile with -Dlocal if your __WXDEBUG__ger can't find static symbols */
typedef unsigned char uch;
typedef uch FAR uchf;
#endif
/* Diagnostic functions */
-#ifdef DEBUG
+#ifdef __WXDEBUG__
# include <stdio.h>
extern int z_verbose;
extern void z_error OF((char *m));