1 diff --git a/JuceLibraryCode/modules/juce_core/native/juce_osx_ObjCHelpers.h b/JuceLibraryCode/modules/juce_core/native/juce_osx_ObjCHelpers.h
2 index 2593790..0b5983d 100644
3 --- a/JuceLibraryCode/modules/juce_core/native/juce_osx_ObjCHelpers.h
4 +++ b/JuceLibraryCode/modules/juce_core/native/juce_osx_ObjCHelpers.h
5 @@ -209,7 +209,7 @@ static inline ReturnValue ObjCMsgSendSuper (struct objc_super* s, SEL sel, Param
6 typedef id (*MsgSendSuperFn) (struct objc_super*, SEL, ...);
7 static inline MsgSendSuperFn getMsgSendSuperFn() noexcept { return (MsgSendSuperFn) (void*) objc_msgSendSuper; }
10 +#if JUCE_INTEL && ! JUCE_IOS
11 typedef double (*MsgSendFPRetFn) (id, SEL op, ...);
12 static inline MsgSendFPRetFn getMsgSendFPRetFn() noexcept { return (MsgSendFPRetFn) (void*) objc_msgSend_fpret; }