提交 7db2fcaa 编写于 作者: U Ulf Möller

_lrotl() is a call to the C runtime library!

上级 7d09713d
...@@ -179,7 +179,7 @@ ...@@ -179,7 +179,7 @@
*/ */
#undef ROTATE #undef ROTATE
#ifndef PEDANTIC #ifndef PEDANTIC
# if defined(_MSC_VER) # if 0 /* defined(_MSC_VER) */
# define ROTATE(a,n) _lrotl(a,n) # define ROTATE(a,n) _lrotl(a,n)
# elif defined(__MWERKS__) # elif defined(__MWERKS__)
# if defined(__POWERPC__) # if defined(__POWERPC__)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册