1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-11 23:54:18 +00:00

Added a workaround to our embedded CoreAudio files, to avoid problems for people using very old SDK versions.

This commit is contained in:
jules 2015-08-20 10:51:35 +01:00
parent 4c6be5671e
commit 245e4011e2

View file

@ -55,6 +55,8 @@
#include "CAVectorUnit.h"
#include "CAXException.h"
// NB: This line added for JUCE, for backwards-compatibility with pre-10.8 frameworks
#define kAudioUnitProperty_NickName ((AudioUnitPropertyID) 54)
#if TARGET_OS_MAC && (TARGET_CPU_X86 || TARGET_CPU_X86_64)