From 13af784d039b64c8f1d03ff48dfb283044cdc8e0 Mon Sep 17 00:00:00 2001 From: jules Date: Mon, 5 Oct 2015 09:18:38 +0100 Subject: [PATCH] Fix for mingw64 --- modules/juce_core/memory/juce_Atomic.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/juce_core/memory/juce_Atomic.h b/modules/juce_core/memory/juce_Atomic.h index 9421652d4e..bbf9d67b99 100644 --- a/modules/juce_core/memory/juce_Atomic.h +++ b/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)