_lrotl() is a call to the C runtime library!
This commit is contained in:
parent
7d09713d09
commit
7db2fcaa81
@ -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__)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user