Only define ZLIB_SHARED if it hasn't already been defined (on the command
line, for example). PR: 1112
This commit is contained in:
parent
43b30bf2c8
commit
42f335ca0e
@ -53,7 +53,9 @@ static COMP_METHOD zlib_method={
|
|||||||
# include <windows.h>
|
# include <windows.h>
|
||||||
|
|
||||||
# define Z_CALLCONV _stdcall
|
# define Z_CALLCONV _stdcall
|
||||||
|
# ifndef ZLIB_SHARED
|
||||||
# define ZLIB_SHARED
|
# define ZLIB_SHARED
|
||||||
|
# endif
|
||||||
#else
|
#else
|
||||||
# define Z_CALLCONV
|
# define Z_CALLCONV
|
||||||
#endif /* !(OPENSSL_SYS_WINDOWS || OPENSSL_SYS_WIN32) */
|
#endif /* !(OPENSSL_SYS_WINDOWS || OPENSSL_SYS_WIN32) */
|
||||||
|
Loading…
x
Reference in New Issue
Block a user