mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-10 23:44:24 +00:00
Fix for MSVC build error.
This commit is contained in:
parent
5cbad3b30f
commit
f55371ce4b
1 changed files with 1 additions and 1 deletions
|
|
@ -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),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue