提交 dc0fcb98 编写于 作者: A Andy Polyakov

Workaround MSVC6 compiler bug.

上级 d24a9c8f
......@@ -364,6 +364,9 @@ static const SHA_LONG64 K512[80] = {
}
# endif
# define PULL64(x) __pull64be(&(x))
# if _MSC_VER<=1200
# pragma inline_depth(0)
# endif
# endif
# endif
#endif
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册