Browse Source

Fix for mingw64

tags/2021-05-28
jules 10 years ago
parent
commit
13af784d03
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      modules/juce_core/memory/juce_Atomic.h

+ 1
- 1
modules/juce_core/memory/juce_Atomic.h View File

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


Loading…
Cancel
Save