(CoreAudio) Define OSX_PPC

This commit is contained in:
twinaphex 2015-04-20 01:32:51 +02:00
parent 855d192c16
commit fa7293412f

View File

@ -31,6 +31,14 @@
#include <AudioUnit/AudioUnit.h>
#include <AudioUnit/AUComponent.h>
#if defined(__powerpc__) || defined(__ppc__) || defined(__POWERPC__)
#ifndef OSX_PPC
#define OSX_PPC
#endif
#endif
typedef struct coreaudio
{
pthread_mutex_t lock;