summaryrefslogtreecommitdiff
path: root/zlib.h
diff options
context:
space:
mode:
authorMark Adler <madler@alumni.caltech.edu>2015-07-28 22:44:31 -0700
committerHans Kristian Rosbach <hk-git@circlestorm.org>2017-02-06 14:33:22 +0100
commit23b4bb3ec41db70b705a1c1e9e1cde72f9bac467 (patch)
treeacb85d5fd7a488f09373c306a20b9139407c93da /zlib.h
parent8803bdbc026d19cfeaa7da91c77cde2a7342a7ad (diff)
Avoid use of DEBUG macro -- change to ZLIB_DEBUG.
Diffstat (limited to 'zlib.h')
-rw-r--r--zlib.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/zlib.h b/zlib.h
index 2284cc1..ff74414 100644
--- a/zlib.h
+++ b/zlib.h
@@ -1127,7 +1127,7 @@ ZEXTERN unsigned long ZEXPORT zlibCompileFlags(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)