From 51a223def4382fdd0c9531ba77bd10724eae9f5f Mon Sep 17 00:00:00 2001 From: Mark Adler Date: Tue, 28 Jul 2015 22:44:31 -0700 Subject: Avoid use of DEBUG macro -- change to ZLIB_DEBUG. --- zlib.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'zlib.h') diff --git a/zlib.h b/zlib.h index 0681f6f..c563014 100644 --- a/zlib.h +++ b/zlib.h @@ -1122,7 +1122,7 @@ ZEXTERN uLong ZEXPORT zlibCompileFlags OF((void)); 7.6: size of z_off_t Compiler, assembler, and debug options: - 8: DEBUG + 8: ZLIB_DEBUG 9: ASMV or ASMINF -- use ASM code 10: ZLIB_WINAPI -- exported functions use the WINAPI calling convention 11: 0 (reserved) -- cgit v1.2.3-55-g6feb