Avoid attempting to redefine z_const in zconf.h.
This commit is contained in:
parent
64191119d8
commit
6d3a66a11a
4
zconf.h
4
zconf.h
@ -235,11 +235,13 @@
|
|||||||
# endif
|
# endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if defined(ZLIB_CONST) && !defined(z_const)
|
#ifndef z_const
|
||||||
|
# ifdef ZLIB_CONST
|
||||||
# define z_const const
|
# define z_const const
|
||||||
# else
|
# else
|
||||||
# define z_const
|
# define z_const
|
||||||
# endif
|
# endif
|
||||||
|
#endif
|
||||||
|
|
||||||
#ifdef Z_SOLO
|
#ifdef Z_SOLO
|
||||||
# ifdef _WIN64
|
# ifdef _WIN64
|
||||||
|
@ -237,11 +237,13 @@
|
|||||||
# endif
|
# endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if defined(ZLIB_CONST) && !defined(z_const)
|
#ifndef z_const
|
||||||
|
# ifdef ZLIB_CONST
|
||||||
# define z_const const
|
# define z_const const
|
||||||
# else
|
# else
|
||||||
# define z_const
|
# define z_const
|
||||||
# endif
|
# endif
|
||||||
|
#endif
|
||||||
|
|
||||||
#ifdef Z_SOLO
|
#ifdef Z_SOLO
|
||||||
# ifdef _WIN64
|
# ifdef _WIN64
|
||||||
|
@ -235,11 +235,13 @@
|
|||||||
# endif
|
# endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if defined(ZLIB_CONST) && !defined(z_const)
|
#ifndef z_const
|
||||||
|
# ifdef ZLIB_CONST
|
||||||
# define z_const const
|
# define z_const const
|
||||||
# else
|
# else
|
||||||
# define z_const
|
# define z_const
|
||||||
# endif
|
# endif
|
||||||
|
#endif
|
||||||
|
|
||||||
#ifdef Z_SOLO
|
#ifdef Z_SOLO
|
||||||
# ifdef _WIN64
|
# ifdef _WIN64
|
||||||
|
Loading…
Reference in New Issue
Block a user