From a1d0b7ce9ff4e96bc8f3a289f375704a18afcd59 Mon Sep 17 00:00:00 2001 From: falkTX Date: Sun, 4 Oct 2015 06:05:41 +0200 Subject: [PATCH] Fix win64 build --- source/modules/juce_core/memory/juce_Atomic.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/modules/juce_core/memory/juce_Atomic.h b/source/modules/juce_core/memory/juce_Atomic.h index 9421652d4..bbf9d67b9 100644 --- a/source/modules/juce_core/memory/juce_Atomic.h +++ b/source/modules/juce_core/memory/juce_Atomic.h @@ -207,7 +207,7 @@ private: #endif //============================================================================== -#elif (JUCE_GCC || JUCE_CLANG) && ! JUCE_WINDOWS +#elif (JUCE_GCC || JUCE_CLANG) && ! JUCE_MSVC #define JUCE_ATOMICS_GCC 1 // GCC with intrinsics #if JUCE_IOS || JUCE_ANDROID // (64-bit ops will compile but not link on these mobile OSes)