fix apple vst3
This commit is contained in:
parent
9843201ef5
commit
a2fced6adb
@ -58,6 +58,9 @@ typedef struct {
|
|||||||
#else
|
#else
|
||||||
# include <dlfcn.h>
|
# include <dlfcn.h>
|
||||||
#endif
|
#endif
|
||||||
|
#ifdef __APPLE__
|
||||||
|
# include <CoreFoundation/CoreFoundation.h>
|
||||||
|
#endif
|
||||||
|
|
||||||
#if defined(__i386__) || defined(__x86_64__)
|
#if defined(__i386__) || defined(__x86_64__)
|
||||||
#include <xmmintrin.h>
|
#include <xmmintrin.h>
|
||||||
@ -990,7 +993,6 @@ static Steinberg_ITimerHandlerVtbl timerHandlerVtblITimerHandler = {
|
|||||||
|
|
||||||
# elif defined(__APPLE__)
|
# elif defined(__APPLE__)
|
||||||
|
|
||||||
# include <CoreFoundation/CoreFoundation.h>
|
|
||||||
# include <objc/objc.h>
|
# include <objc/objc.h>
|
||||||
# include <objc/runtime.h>
|
# include <objc/runtime.h>
|
||||||
# include <objc/message.h>
|
# include <objc/message.h>
|
||||||
|
Loading…
Reference in New Issue
Block a user