Browse Source

Minor compiler defs change.

tags/2021-05-28
jules 12 years ago
parent
commit
034f804c36
1 changed files with 3 additions and 1 deletions
  1. +3
    -1
      modules/juce_core/system/juce_PlatformDefs.h

+ 3
- 1
modules/juce_core/system/juce_PlatformDefs.h View File

@@ -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…
Cancel
Save