diff options
author | Mark Adler <madler@alumni.caltech.edu> | 2015-07-28 22:44:31 -0700 |
---|---|---|
committer | Hans Kristian Rosbach <hk-git@circlestorm.org> | 2017-02-06 14:33:22 +0100 |
commit | 23b4bb3ec41db70b705a1c1e9e1cde72f9bac467 (patch) | |
tree | acb85d5fd7a488f09373c306a20b9139407c93da /zlib.h | |
parent | 8803bdbc026d19cfeaa7da91c77cde2a7342a7ad (diff) |
Avoid use of DEBUG macro -- change to ZLIB_DEBUG.
Diffstat (limited to 'zlib.h')
-rw-r--r-- | zlib.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) |