mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-10 23:44:24 +00:00
Minor compiler defs change.
This commit is contained in:
parent
7e834399ff
commit
034f804c36
1 changed files with 3 additions and 1 deletions
|
|
@ -305,7 +305,9 @@ namespace juce
|
|||
#define JUCE_COMPILER_SUPPORTS_MOVE_SEMANTICS 1
|
||||
#endif
|
||||
|
||||
#define JUCE_COMPILER_SUPPORTS_ARC 1
|
||||
#ifndef JUCE_COMPILER_SUPPORTS_ARC
|
||||
#define JUCE_COMPILER_SUPPORTS_ARC 1
|
||||
#endif
|
||||
#endif
|
||||
|
||||
#if defined (_MSC_VER) && _MSC_VER >= 1600
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue