#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));