Workaround MSVC6 compiler bug.
This commit is contained in:
parent
d24a9c8f5a
commit
dc0fcb98df
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user