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:
parent
4c6be5671e
commit
245e4011e2
1 changed files with 2 additions and 0 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue