X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/70bb5dba34af9ff4db8b0f21b28a8ab31f8b72cc..c6cdbc3d7586559d8c181acdd853fb1ec3c0e6f4:/src/zlib/zutil.h diff --git a/src/zlib/zutil.h b/src/zlib/zutil.h index e6a07d2e64..06543084cd 100644 --- a/src/zlib/zutil.h +++ b/src/zlib/zutil.h @@ -29,7 +29,7 @@ #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; @@ -188,7 +188,7 @@ extern const char *z_errmsg[10]; /* indexed by 2-zlib_error */ #endif /* Diagnostic functions */ -#ifdef WXDEBUG +#ifdef __WXDEBUG__ # include extern int z_verbose; extern void z_error OF((char *m));