Browse Source

Fix win64 build

tags/1.9.7
falkTX 9 years ago
parent
commit
a1d0b7ce9f
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      source/modules/juce_core/memory/juce_Atomic.h

+ 1
- 1
source/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