1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-13 00:04:19 +00:00

Fix for mingw64

This commit is contained in:
jules 2015-10-05 09:18:38 +01:00
parent 614a77fc0d
commit 13af784d03

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)