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:
parent
614a77fc0d
commit
13af784d03
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue