]> git.saurik.com Git - wxWidgets.git/blobdiff - src/zlib/zutil.h
wxRegConfig::GetEntryType() added and some bugs fixed
[wxWidgets.git] / src / zlib / zutil.h
index e6a07d2e64faaee357c4aee22002693eb94c2514..3a390ff989ad8bd20933589278b1d8f9f50009dc 100644 (file)
@@ -188,7 +188,7 @@ extern const char *z_errmsg[10]; /* indexed by 2-zlib_error */
 #endif
 
 /* Diagnostic functions */
-#ifdef WXDEBUG
+#ifdef __WXDEBUG__
 #  include <stdio.h>
    extern int z_verbose;
    extern void z_error    OF((char *m));