From f55371ce4b8c4b7dc7d77df9b135bf42f7a76fb2 Mon Sep 17 00:00:00 2001 From: jules Date: Thu, 12 Feb 2015 09:20:23 +0000 Subject: [PATCH] Fix for MSVC build error. --- modules/juce_cryptography/hashing/juce_Whirlpool.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/juce_cryptography/hashing/juce_Whirlpool.cpp b/modules/juce_cryptography/hashing/juce_Whirlpool.cpp index 66d255bcc2..13bc4fba38 100644 --- a/modules/juce_cryptography/hashing/juce_Whirlpool.cpp +++ b/modules/juce_cryptography/hashing/juce_Whirlpool.cpp @@ -170,7 +170,7 @@ private: void processNextBuffer() noexcept { #undef X - #define X(a) literal64bit(a) + #define X(value) value##ULL static const uint64 rc[] = { X(0x1823c6e887b8014f), X(0x36a6d2f5796f9152), X(0x60bc9b8ea30c7b35), X(0x1de0d7c22e4bfe57), X(0x157737e59ff04ada),