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

line, for example).

PR: 1112
This commit is contained in:
Richard Levitte 2005-06-18 04:32:18 +00:00
parent 43b30bf2c8
commit 42f335ca0e

View File

@ -53,7 +53,9 @@ static COMP_METHOD zlib_method={
# include <windows.h>
# define Z_CALLCONV _stdcall
# define ZLIB_SHARED
# ifndef ZLIB_SHARED
# define ZLIB_SHARED
# endif
#else
# define Z_CALLCONV
#endif /* !(OPENSSL_SYS_WINDOWS || OPENSSL_SYS_WIN32) */