Commit 283c3e24 authored by Richard Levitte's avatar Richard Levitte
Browse files

Only define ZLIB_SHARED if it hasn't already been defined (on the command

line, for example).

PR: 1112
parent 306aae6c
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -73,7 +73,9 @@ static COMP_METHOD zlib_stateful_method={
# include <windows.h>

# define Z_CALLCONV _stdcall
# ifndef ZLIB_SHARED
#  define ZLIB_SHARED
# endif
#else
# define Z_CALLCONV
#endif /* !(OPENSSL_SYS_WINDOWS || OPENSSL_SYS_WIN32) */