Workaround MSVC6 compiler bug.

This commit is contained in:
Andy Polyakov 2007-08-23 11:59:53 +00:00
parent d24a9c8f5a
commit dc0fcb98df

View File

@ -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