OSX 10.9.5 compile fixes - part one

This commit is contained in:
Robin Gareus 2014-10-07 14:46:06 +02:00
parent 94e7015c70
commit 7bfa25777b
3 changed files with 8 additions and 3 deletions

View file

@ -55,7 +55,7 @@
#include "TargetConditionals.h"
// Determine whether or not to use framework style includes for system headers
#if !defined(CoreAudio_Use_Framework_Includes) && !defined(__COREAUDIO_USE_FLAT_INCLUDES__)
#if !defined(CoreAudio_Use_Framework_Includes) && !defined(__COREAUDIO_USE_FLAT_INCLUDES__) && !defined (OSX_MAVERICKS)
#if TARGET_RT_MAC_MACHO
#define CoreAudio_Use_Framework_Includes 1
#else