提交 283c3e24 编写于 作者: R Richard Levitte

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

line, for example).

PR: 1112
上级 306aae6c
......@@ -73,7 +73,9 @@ static COMP_METHOD zlib_stateful_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) */
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册