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