X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/b2aef89b7a675805b601e757492c982031f38d21..520e470fdd0daef09c77938db642e4583933c90d:/src/zlib/zutil.h?ds=sidebyside 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));