_lrotl() is a call to the C runtime library!
This commit is contained in:
parent
7d09713d09
commit
7db2fcaa81
1 changed files with 1 additions and 1 deletions
|
@ -179,7 +179,7 @@
|
|||
*/
|
||||
#undef ROTATE
|
||||
#ifndef PEDANTIC
|
||||
# if defined(_MSC_VER)
|
||||
# if 0 /* defined(_MSC_VER) */
|
||||
# define ROTATE(a,n) _lrotl(a,n)
|
||||
# elif defined(__MWERKS__)
|
||||
# if defined(__POWERPC__)
|
||||
|
|
Loading…
Reference in a new issue